Skip to content

Commit e4acbb9

Browse files
z-songStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 1ba6a00 commit e4acbb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ConfigController.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function index(Content $content)
2929
/**
3030
* Edit interface.
3131
*
32-
* @param integer $id
32+
* @param int $id
3333
* @param Content $content
3434
*
3535
* @return Content
@@ -63,15 +63,13 @@ public function show($id, Content $content)
6363
->header('Config')
6464
->description('detail')
6565
->body(Admin::show(ConfigModel::findOrFail($id), function (Show $show) {
66-
6766
$show->id();
6867
$show->name();
6968
$show->value();
7069
$show->description();
7170
$show->created_at();
7271
$show->updated_at();
73-
74-
}));
72+
}));
7573
}
7674

7775
public function grid()

0 commit comments

Comments
 (0)