PSR-2 for app.
This commit is contained in:
@@ -29,7 +29,6 @@ require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
$compiledPath = __DIR__.'/../storage/framework/compiled.php';
|
||||
|
||||
if (file_exists($compiledPath))
|
||||
{
|
||||
require $compiledPath;
|
||||
if (file_exists($compiledPath)) {
|
||||
require $compiledPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user