Files
D8_rplf/autoload.php
2018-04-23 21:08:22 +02:00

15 lines
262 B
PHP

<?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
*/
return require __DIR__ . '/vendor/autoload.php';