Skip to content

Commit c32e6de

Browse files
committed
Fix
1 parent b0c36a1 commit c32e6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scaffold/stubs/controller.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class DummyClass extends AdminController
4545
{
4646
$show = new Show(DummyModel::query()->findOrFail($id));
4747

48-
$show->field('id', ''ID');
48+
$show->field('id', 'ID');
4949
DummyShowField
5050
$show->field('created_at', trans('admin.created_at'));
5151
$show->field('updated_at', trans('admin.updated_at'));

0 commit comments

Comments
 (0)