Add user id.

This commit is contained in:
James Cole 2020-06-20 10:23:57 +02:00
parent c036c5a2bc
commit c40f6f2864

View File

@ -31,7 +31,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
*/ */
class ObjectGroup extends Model class ObjectGroup extends Model
{ {
protected $fillable = ['title', 'order']; protected $fillable = ['title', 'order', 'user_id'];
/** /**
* @return \Illuminate\Database\Eloquent\Relations\MorphToMany * @return \Illuminate\Database\Eloquent\Relations\MorphToMany