bumped symfony to 5.3
This commit is contained in:
@@ -22,6 +22,7 @@ class BlogCrudController extends AbstractCrudController
|
||||
AssociationField::new('author')
|
||||
->autocomplete(),
|
||||
TextField::new('title'),
|
||||
TextField::new('slug'),
|
||||
TextEditorField::new('teaser'),
|
||||
TextEditorField::new('content'),
|
||||
DateTimeField::new('createdAt'),
|
||||
|
||||
Reference in New Issue
Block a user