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

Commit cd61200

Browse files
authored
Remove unused $loader variable
#1074 for app_dev.php which has been forgotten when rebasing
1 parent f10fbb4 commit cd61200

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)