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
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Eloquent has two different saves:
Database/Eloquent/Model.php: public function save(array $options = [])
Database/Eloquent/Relations/HasOneOrMany.php: public function save(Model $model)
(also MorphOneOrMany and BelongsToMany)
Similar to #296
I am experiencing problems with Ardent's save function.
It works for me when I do this, but surely there is a better way: (Maybe call Arduent's save something else?)
src/Ardent/Ardent.php:657
Eloquent has two different saves:
Database/Eloquent/Model.php: public function save(array $options = [])
Database/Eloquent/Relations/HasOneOrMany.php: public function save(Model $model)
(also MorphOneOrMany and BelongsToMany)
I encountered this error when following the Laravel seeder documentation here: https://laravel.com/docs/5.5/seeding#writing-seeders
The text was updated successfully, but these errors were encountered: