Apply fixes from StyleCI (#351)
This commit is contained in:
parent
1c47b2ed55
commit
436ba814a9
2 changed files with 7 additions and 8 deletions
|
@ -144,7 +144,7 @@ class PackController extends Controller
|
|||
if ($request->input('action') !== 'delete') {
|
||||
$pack = $repo->update($id, $request->intersect([
|
||||
'name', 'description', 'version',
|
||||
'option_id', 'selectable', 'visible', 'locked'
|
||||
'option_id', 'selectable', 'visible', 'locked',
|
||||
]));
|
||||
Alert::success('Pack successfully updated.')->flash();
|
||||
} else {
|
||||
|
@ -211,5 +211,4 @@ class PackController extends Controller
|
|||
])->deleteFileAfterSend(true);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue