mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 01:57:40 -07:00
20 lines
319 B
PHP
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'
|
|
];
|