Skip to content

Commit

Permalink
Update maintenance command
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Nov 19, 2023
1 parent 948d8e2 commit 5719fa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Console/Command/MaintenanceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function ($val) {
$val
));
}

return $val;
}
);
Expand All @@ -138,7 +138,7 @@ function ($val) {
$val
));
}

return $val;
}
);
Expand All @@ -163,7 +163,7 @@ function ($val) {
$val
));
}

return $val;
}
);
Expand Down

0 comments on commit 5719fa8

Please sign in to comment.