Add autoloader

This commit is contained in:
Jay Trees 2022-01-17 09:11:44 +01:00
parent 7a283c2230
commit 8dacaeb59c

7
vendor/autoload.php vendored Normal file
View file

@ -0,0 +1,7 @@
<?php
// autoload.php @generated by Composer
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit5f3db9fc1d0cf1dd6a77a1d84501b4b1::getLoader();