mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-23 19:32:11 +00:00
19 lines
444 B
PHP
Executable File
19 lines
444 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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
);
|