Skip to content

Commit 146a080

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent fb09e27 commit 146a080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Http/Controllers/CrudController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ protected function setupDefaults()
9696
protected function setupConfigurationForCurrentOperation()
9797
{
9898
$operationName = $this->crud->getCurrentOperation();
99-
if (!$operationName) {
99+
if (! $operationName) {
100100
return;
101101
}
102-
102+
103103
$setupClassName = 'setup'.Str::studly($operationName).'Operation';
104104

105105
/*

0 commit comments

Comments
 (0)