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 fb09e27 commit 146a080Copy full SHA for 146a080
src/app/Http/Controllers/CrudController.php
@@ -96,10 +96,10 @@ protected function setupDefaults()
96
protected function setupConfigurationForCurrentOperation()
97
{
98
$operationName = $this->crud->getCurrentOperation();
99
- if (!$operationName) {
+ if (! $operationName) {
100
return;
101
}
102
-
+
103
$setupClassName = 'setup'.Str::studly($operationName).'Operation';
104
105
/*
0 commit comments