Mercurial > hg > cmmr2012-drupal-site
view autoload.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line source
<?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';