mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 22:41:13 -05:00
refactor: newline after statement
This commit is contained in:
@@ -82,6 +82,7 @@ class InternalController extends Controller
|
||||
return \redirect()->route('staff.internals.index')
|
||||
->withErrors($v->errors());
|
||||
}
|
||||
|
||||
$internal->save();
|
||||
|
||||
return \redirect()->route('staff.internals.index')
|
||||
@@ -122,6 +123,7 @@ class InternalController extends Controller
|
||||
return \redirect()->route('staff.internals.index')
|
||||
->withErrors($v->errors());
|
||||
}
|
||||
|
||||
$internal->save();
|
||||
|
||||
return \redirect()->route('staff.internals.index')
|
||||
|
||||
Reference in New Issue
Block a user