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
Running the seeder results in this error
In Entity.php line 116:
Argument 1 passed to Franzose\ClosureTable\Models\Entity::__construct() must be of the type array, int given, called in /home/vagrant/code/ripm_lill_laravel/vendor/franzose/closure-table/src/Models/Entity.php on line 1770
After adding another level of nesting as suggested in #239
Using
"franzose/closure-table": "^6.1",
"laravel/framework": "^6.2",
When using demo code from https://github.com/franzose/ClosureTable#tree
Running the seeder results in this error
In Entity.php line 116:
Argument 1 passed to Franzose\ClosureTable\Models\Entity::__construct() must be of the type array, int given, called in /home/vagrant/code/ripm_lill_laravel/vendor/franzose/closure-table/src/Models/Entity.php on line 1770
After adding another level of nesting as suggested in #239
I get the error
In Str.php line 419:
Array to string conversion
I believe this issue is related to the nested children. Removing any 'children' results in a successful migration.
The text was updated successfully, but these errors were encountered: