Skip to content

Commit 71ad12e

Browse files
authored
Merge pull request #1410 from LaravelRUS/analysis-a6MEw7
Apply fixes from StyleCI
2 parents aeb202f + 8f5c9e7 commit 71ad12e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Http/Controllers/AdminController.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,10 @@ public function inlineEdit(ModelConfigurationInterface $model, Request $request)
524524
} else {
525525
if ($display instanceof DisplayTabbed) {
526526
foreach ($display->getTabs() as $tab) {
527-
if($column) continue;
528-
527+
if ($column) {
528+
continue;
529+
}
530+
529531
$content = $tab->getContent();
530532

531533
if ($content instanceof DisplayTable) {

0 commit comments

Comments
 (0)