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