Select Git revision
language.module
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
autoload.php 215 B
<?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';