mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 11:47:35 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			443 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			443 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| return array(
 | |
| 
 | |
| 	/*
 | |
| 	|--------------------------------------------------------------------------
 | |
| 	| Additional Compiled Classes
 | |
| 	|--------------------------------------------------------------------------
 | |
| 	|
 | |
| 	| Here you may specify additional classes to include in the compiled file
 | |
| 	| generated by the `artisan optimize` command. These should be classes
 | |
| 	| that are included on basically every request into the application.
 | |
| 	|
 | |
| 	*/
 | |
| 
 | |
| 
 | |
| 
 | |
| ); |