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';
 |