mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-20 21:43:08 -06:00
19 lines
444 B
PHP
19 lines
444 B
PHP
<?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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
);
|