Skip to content

Commit 2c21419

Browse files
committed
Fix Stub for Controller creation.
1 parent ed27ce9 commit 2c21419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Commands/stubs/aim-admin.controller.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class {{ class }} extends AbstractAimAdminController
3333
];
3434
}
3535

36-
public function configureForm()
36+
public function configureForm(): void
3737
{
3838
$fields = [
3939
IdField::init('id'),

0 commit comments

Comments
 (0)