Wednesday, March 15, 2017

Laravel 'No query results for model' on create related object

I have peace of code

$event = $organization->events()->create($event);

Where events - hasMany field. I tried to debug it but have no success - still getting No query results for model [App\Event] exception.

How I can debug it or where is potential problem of this action?



via Oleksandr Savchenko

Advertisement