Skip to content

Commit 306d4b9

Browse files
authored
Update index.php
1 parent 3432789 commit 306d4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
|
1717
*/
1818

19-
if (file_exists($maintenanceFile = __DIR__.'/../storage/framework/maintenance.php')) {
20-
require $maintenanceFile;
19+
if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) {
20+
require $maintenance;
2121
}
2222

2323
/*

0 commit comments

Comments
 (0)