ardent icon indicating copy to clipboard operation
ardent copied to clipboard

Can't get validation errors when inserting relationships

Open orzilca opened this issue 9 years ago • 0 comments

When trying the following:

$comment = new Comment([...]);
$response = $user->comments()->save($comment);

$response gets a boolean false value.

Is there another way to get the errors when inserting/updating relations?

orzilca avatar Jan 25 '15 14:01 orzilca