2015-03-11 08:31:22 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Includes the autoloader created by Composer.
|
|
|
|
*
|
|
|
|
* @see composer.json
|
|
|
|
* @see index.php
|
|
|
|
* @see core/install.php
|
|
|
|
* @see core/rebuild.php
|
|
|
|
* @see core/modules/statistics/statistics.php
|
|
|
|
*/
|
|
|
|
|
Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root
2015-09-30 19:58:08 +00:00
|
|
|
return require __DIR__ . '/vendor/autoload.php';
|