composer
4 years ago
league
4 years ago
psr
4 years ago
autoload.php
4 years ago
scoper-autoload.php
4 years ago
scoper-autoload.php
14 lines
| 1 | <?php |
| 2 | |
| 3 | // scoper-autoload.php @generated by PhpScoper |
| 4 | |
| 5 | $loader = require_once __DIR__.'/autoload.php'; |
| 6 | |
| 7 | // Exposed classes. For more information see: |
| 8 | // https://github.com/humbug/php-scoper/blob/master/docs/configuration.md#exposing-classes |
| 9 | if (!class_exists('ComposerAutoloaderInit33ec111a90521964f495f6d9eaa56a56', false) && !interface_exists('ComposerAutoloaderInit33ec111a90521964f495f6d9eaa56a56', false) && !trait_exists('ComposerAutoloaderInit33ec111a90521964f495f6d9eaa56a56', false)) { |
| 10 | spl_autoload_call('IAWP\ComposerAutoloaderInit33ec111a90521964f495f6d9eaa56a56'); |
| 11 | } |
| 12 | |
| 13 | return $loader; |
| 14 |