We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | // |
33 | 33 | // It's done inside a middleware closure in order to have |
34 | 34 | // the complete request inside the CrudPanel object. |
35 | - $this->middleware(function ($request, $next) { |
|
35 | + $this->middleware(function($request, $next) { |
|
36 | 36 | $this->crud = app('crud'); |
37 | 37 | |
38 | 38 | $this->crud->setRequest($request); |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | protected function setupConfigurationForCurrentOperation() |
97 | 97 | { |
98 | 98 | $operationName = $this->crud->getCurrentOperation(); |
99 | - if (! $operationName) { |
|
99 | + if (!$operationName) { |
|
100 | 100 | return; |
101 | 101 | } |
102 | 102 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Backpack\CRUD\app\Exceptions\BackpackProRequiredException; |
6 | 6 | |
7 | -if (! backpack_pro()) { |
|
7 | +if (!backpack_pro()) { |
|
8 | 8 | trait DropzoneOperation |
9 | 9 | { |
10 | 10 | public function setupDropzoneOperationDefaults() |