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.
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.