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
As of current, controller action parameters can only have some built-in types (int, float, array etc.). Adding logic for \DateTime, \DateTimeImmutable and backed enums to the related logic in yii\base\Controller::bindActionParams should be easy; I'm willing to try implementing it myself.