summaryrefslogtreecommitdiffstatshomepage
path: root/autoload.php
blob: 1e5ad34e3ba8c6293196a4f1a9dd308b5594dfbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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';