autoload.php 385 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * @file
  4. * Includes the autoloader created by Composer.
  5. *
  6. * This file was generated by drupal-composer/drupal-scaffold.
  7. * https://github.com/drupal-composer/drupal-scaffold
  8. *
  9. * @see composer.json
  10. * @see index.php
  11. * @see core/install.php
  12. * @see core/rebuild.php
  13. * @see core/modules/statistics/statistics.php
  14. */
  15. return require __DIR__ . '/../vendor/autoload.php';