Skip to content

Commit 3b99719

Browse files
authored
Merge pull request #7 from dconco/dev
Restructure route configuration to remove
2 parents fd1aef0 + a41218b commit 3b99719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* | The parameter contains only be a boolean, which indicates request logger to prints out logs output on each received request
1313
* ---------------------------------------------------------------------------------------------------------------------------
1414
*/
15-
Route::config(true);
15+
Route::config();
1616

1717

1818
/**

0 commit comments

Comments
 (0)