Added missing new lines at eof
This commit is contained in:
parent
4e5a151774
commit
37f1e77494
|
@ -14,4 +14,4 @@ public function filter()
|
|||
return Auth::basic();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,4 +17,4 @@ public function filter()
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,4 +17,4 @@ public function filter()
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,4 +28,4 @@ public function register()
|
|||
//
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,4 +32,4 @@ public function provides()
|
|||
return ['App\Console\InspireCommand'];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -37,4 +37,4 @@ public function register()
|
|||
//
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -34,4 +34,4 @@ class FilterServiceProvider extends ServiceProvider {
|
|||
'guest' => 'App\Http\Filters\GuestFilter',
|
||||
];
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ public function register()
|
|||
//
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue