You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MigrationGenerator class is throwing an error as it is looking for the name property on the $createdAtField object that may be null, same with the $updatedAtField.
The fix is to null coalesce in the if statement on line 63.
The text was updated successfully, but these errors were encountered:
The
MigrationGenerator
class is throwing an error as it is looking for thename
property on the$createdAtField
object that may be null, same with the$updatedAtField
.The fix is to null coalesce in the if statement on line 63.
The text was updated successfully, but these errors were encountered: