Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit d37e423

Browse files
committed
bug #1090 Remove unused $loader variable (Tobion)
This PR was merged into the 2.7 branch. Discussion ---------- Remove unused $loader variable #1074 for app_dev.php which has been forgotten when rebasing Commits ------- cd61200 Remove unused $loader variable
2 parents f10fbb4 + cd61200 commit d37e423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app_dev.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.');
1919
}
2020

21-
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
21+
require_once __DIR__.'/../app/bootstrap.php.cache';
2222
Debug::enable();
2323

2424
require_once __DIR__.'/../app/AppKernel.php';

0 commit comments

Comments
 (0)