Hi,
my seeder stopped working and I cannot understand why.
Here are my seeder file and the stacktrace.
https://gist.github.com/tobikris/3c8e1e378ecd3b860157
The ridiculous thing is that it worked for some time. After that I didn't touch the seeders and now the Array To String Conversion Error pops up as soon as I start db:seed.
However, I am still able to create new Roles ans Permissions in normal routes as always, only the seeding has some sort of problem.
Do you have any idea what I am doing wrong here?