Commit fc422cf5 authored by Pralhad Shrestha's avatar Pralhad Shrestha

Added newline at the end of file

parent 3ac9841d
...@@ -12,4 +12,4 @@ use Illuminate\Http\Request; ...@@ -12,4 +12,4 @@ use Illuminate\Http\Request;
*/ */
Route::get('/user', function (Request $request) { Route::get('/user', function (Request $request) {
return $request->user(); return $request->user();
})->middleware('auth:api'); })->middleware('auth:api');
\ No newline at end of file
...@@ -12,4 +12,4 @@ use Illuminate\Foundation\Inspiring; ...@@ -12,4 +12,4 @@ use Illuminate\Foundation\Inspiring;
*/ */
Artisan::command('inspire', function () { Artisan::command('inspire', function () {
$this->comment(Inspiring::quote()); $this->comment(Inspiring::quote());
})->describe('Display an inspiring quote'); })->describe('Display an inspiring quote');
\ No newline at end of file
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
*/ */
Route::get('/', function () { Route::get('/', function () {
return view('welcome'); return view('welcome');
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment