Files
steamwidgets-web/app/config/autoload.php
Daniel Brendel 94353ac3c8 Initial commit
2022-08-16 13:54:30 +02:00

20 lines
319 B
PHP

<?php
/*
Asatru PHP - autoload configuration file
Add here all files you want to be autoloaded
Schema:
<path>
Example:
/helper/myscript.php
Explanation:
Will autoload /helper/myscript.php relative
to the /app directory
*/
return [
'/helper/TestHelper.php'
];