Skip to content

Commit 5938c35

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 1352a4c commit 5938c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/View/Components/DataformModal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public function __construct(
6969
protected function cacheSetupClosure(): void
7070
{
7171
// Create a temporary CRUD instance to apply and cache the setup
72-
\Backpack\CRUD\CrudManager::setActiveController($this->controller);
73-
$tempCrud = \Backpack\CRUD\CrudManager::setupCrudPanel($this->controller, $this->formOperation);
72+
\Backpack\CRUD\CrudManager::setActiveController($this->controller);
73+
$tempCrud = \Backpack\CRUD\CrudManager::setupCrudPanel($this->controller, $this->formOperation);
7474

7575
// Apply and cache the setup closure using the HASHED ID
7676
\Backpack\CRUD\app\Library\Support\DataformCache::applyAndStoreSetupClosure(

0 commit comments

Comments
 (0)