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 currently updating our dependency from 0.22 to 0.24 and there seems to an issue since 0.23: The class src/Models/Model takes (with typehint) array $attributes = [] but expects it to be a string in case of $attributeType === 'yaml'. This creates issues in our code when we instantiate new CronJobs.
The text was updated successfully, but these errors were encountered:
I'm currently updating our dependency from 0.22 to 0.24 and there seems to an issue since 0.23: The class
src/Models/Model
takes (with typehint)array $attributes = []
but expects it to be a string in case of$attributeType === 'yaml'
. This creates issues in our code when we instantiate new CronJobs.The text was updated successfully, but these errors were encountered: