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
I'm trying to set up a recurring task with the new Symfony Scheduler bundle, to do this, I need to add this attribute to the command.
#[AsPeriodicTask('2 days', schedule: 'default')]
It's impossible to create a command that extends the "ClearExpiredTokensCommand" command, as the class is final.
Is it possible to make this class non-final?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to set up a recurring task with the new Symfony Scheduler bundle, to do this, I need to add this attribute to the command.
It's impossible to create a command that extends the "ClearExpiredTokensCommand" command, as the class is final.
Is it possible to make this class non-final?
The text was updated successfully, but these errors were encountered: