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;
*/
Route::get('/user', function (Request $request) {
return $request->user();
})->middleware('auth:api');
\ No newline at end of file
})->middleware('auth:api');
......@@ -12,4 +12,4 @@ use Illuminate\Foundation\Inspiring;
*/
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->describe('Display an inspiring quote');
\ No newline at end of file
})->describe('Display an inspiring quote');
......@@ -12,4 +12,4 @@
*/
Route::get('/', function () {
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