Skip to content

Commit 006d7c2

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent d841ad7 commit 006d7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/SaveActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function getFallBackSaveAction()
2828
$higherAction = $this->getSaveActionByOrder(1);
2929

3030
//if there is an higher action and that action is not the backpack default higher one `save_and_back` we return it.
31-
if (!empty($higherAction) && key($higherAction) !== 'save_and_back') {
31+
if (! empty($higherAction) && key($higherAction) !== 'save_and_back') {
3232
return key($higherAction);
3333
}
3434

0 commit comments

Comments
 (0)