f7729cdc40
This introduces the defacto standard PSR-4 autoloader from composer into core. This will allow proper PSR-4 naming of our classes. Since our original autoloader is still available we can slowly switch over classes to PSR-4.
7 lines
183 B
PHP
7 lines
183 B
PHP
<?php
|
|
|
|
// autoload.php @generated by Composer
|
|
|
|
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
|
|
|
return ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c::getLoader();
|