drupal/autoload.php

14 lines
215 B
PHP

<?php
/**
* @file
* Includes the autoloader created by Composer.
*
* @see composer.json
* @see index.php
* @see core/install.php
* @see core/rebuild.php
*/
return require __DIR__ . '/vendor/autoload.php';