Passed
Branch master (45f5ae)
by Morteza
01:46
created
src/routes/web.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 
3 3
 // Auth::routes();
4 4
 
5
-Route::middleware(['web'])->namespace('MoriTiza\LaraLog\Http\Controllers')->group(function () {
5
+Route::middleware(['web'])->namespace('MoriTiza\LaraLog\Http\Controllers')->group(function() {
6 6
     Route::get('logs', 'LaraLogController@index');
7 7
 });
Please login to merge, or discard this patch.