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