We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d841ad7 commit 006d7c2Copy full SHA for 006d7c2
src/app/Library/CrudPanel/Traits/SaveActions.php
@@ -28,7 +28,7 @@ public function getFallBackSaveAction()
28
$higherAction = $this->getSaveActionByOrder(1);
29
30
//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') {
+ if (! empty($higherAction) && key($higherAction) !== 'save_and_back') {
32
return key($higherAction);
33
}
34
0 commit comments