diff options
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php new file mode 100644 index 00000000..69e72b37 --- /dev/null +++ b/vendor/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer' . '/autoload_real.php'; + +return ComposerAutoloaderInit9b10cc5cf6896d6e4a31983fc3498786::getLoader(); |