mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user