Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/cholladay0816/CreatorCore
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
cholladay0816 committed Dec 27, 2023
2 parents c3a6cd5 + dafce0d commit 56db972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Nova/Actions/Suspend.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ class Suspend extends DestructiveAction
*/
public function handle(ActionFields $fields, Collection $models)
{
foreach($models as $model)
{
foreach($models as $model) {
$model->suspend($fields->get('days'), $fields->get('reason'));
}
}
Expand Down

0 comments on commit 56db972

Please sign in to comment.