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