2018-11-01 21:36:54 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* Includes the autoloader created by Composer.
|
|
|
|
*
|
2019-01-28 17:05:29 +01:00
|
|
|
* This file was generated by drupal-composer/drupal-scaffold.
|
|
|
|
* https://github.com/drupal-composer/drupal-scaffold
|
|
|
|
*
|
2018-11-01 21:36:54 +01:00
|
|
|
* @see composer.json
|
|
|
|
* @see index.php
|
|
|
|
* @see core/install.php
|
|
|
|
* @see core/rebuild.php
|
|
|
|
* @see core/modules/statistics/statistics.php
|
|
|
|
*/
|
|
|
|
|
2019-01-28 17:05:29 +01:00
|
|
|
return require __DIR__ . '/../vendor/autoload.php';
|