Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2020-02-12 17:41:17 +00:00
committed by StyleCI Bot
parent 611fcd6bc1
commit 8d72989943
51 changed files with 113 additions and 6 deletions
@@ -61,6 +61,7 @@ class NoteController extends Controller
->withErrors($v->errors());
}
$note->save();
return redirect()->route('users.show', ['username' => $user->username])
->withSuccess('Note Has Successfully Posted');
}