Skip to content

Commit 7da6df7

Browse files
committed
Apply fixes from StyleCI
1 parent 859110c commit 7da6df7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/Http/Controllers/Admin/DummyCrudController.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ protected function setupCreateOperation()
6868

6969
foreach ($this->groups() as $groupKey => $groupFields) {
7070
CRUD::addField([
71-
'name' => $groupKey,
72-
'label' => str_replace('_', ' ', Str::title($groupKey)),
73-
'type' => 'repeatable',
74-
'fake' => true,
75-
'store_in' => 'extras',
71+
'name' => $groupKey,
72+
'label' => str_replace('_', ' ', Str::title($groupKey)),
73+
'type' => 'repeatable',
74+
'fake' => true,
75+
'store_in' => 'extras',
7676
'subfields' => $groupFields,
7777
]);
7878
}

0 commit comments

Comments
 (0)