Cachet/app/config/compile.php

17 lines
467 B
PHP
Raw Normal View History

2014-11-16 22:26:08 +00:00
<?php
2014-12-20 21:20:17 +00:00
return [
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2014-11-16 22:26:08 +00:00
2014-12-20 21:20:17 +00:00
];