-2

我正在尝试将用户的创建引入easy_admin,我已按照文档中的步骤进行操作,但仍然出现错误:

Expected argument of type "DateTime", "NULL" given

恐怕这个问题已解决,但我无法使其按预期工作。我的代码与文档中显示的代码相同,是否缺少任何代码,我使用的是 1.15.1 版本。

任何帮助将不胜感激!

4

1 回答 1

0

You can set the lastLogin property to new \DateTime() in your AdminController constructor.

Or you can set nullable=true overwriting the default lastLogin field in your AdminController class

于 2016-09-21T11:04:16.197 回答