equal
deleted
inserted
replaced
25 | compiled class file which contains all of the classes commonly used |
25 | compiled class file which contains all of the classes commonly used |
26 | by a request. The Artisan "optimize" is used to create this file. |
26 | by a request. The Artisan "optimize" is used to create this file. |
27 | |
27 | |
28 */ |
28 */ |
29 |
29 |
30 $compiledPath = __DIR__.'/../vendor/compiled.php'; |
30 $compiledPath = __DIR__.'/cache/compiled.php'; |
31 |
31 |
32 if (file_exists($compiledPath)) |
32 if (file_exists($compiledPath)) |
33 { |
33 { |
34 require $compiledPath; |
34 require $compiledPath; |
35 } |
35 } |