Some checks are pending
CI / build (snapshot, beta, 8.1) (push) Waiting to run
CI / build (snapshot, beta, 8.2) (push) Waiting to run
CI / build (snapshot, dev, 8.1) (push) Waiting to run
CI / build (snapshot, dev, 8.2) (push) Waiting to run
CI / build (snapshot, stable, 8.1) (push) Waiting to run
CI / build (snapshot, stable, 8.2) (push) Waiting to run
CI / build (snapshot, stable, 8.3) (push) Waiting to run
CI / build (stable, beta, 8.1) (push) Waiting to run
CI / build (stable, beta, 8.2) (push) Waiting to run
CI / build (stable, dev, 8.1) (push) Waiting to run
CI / build (stable, dev, 8.2) (push) Waiting to run
CI / build (stable, stable, 8.1) (push) Waiting to run
CI / build (stable, stable, 8.2) (push) Waiting to run
CI / build (stable, stable, 8.3) (push) Waiting to run
CI / test-composer (push) Waiting to run
16 lines
268 B
PHP
16 lines
268 B
PHP
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Includes the autoloader created by Composer.
|
|
*
|
|
* This file was generated by drupal-scaffold.
|
|
*
|
|
* @see composer.json
|
|
* @see index.php
|
|
* @see core/install.php
|
|
* @see core/rebuild.php
|
|
*/
|
|
|
|
return require __DIR__ . '/../vendor/autoload.php';
|