belongsTo('App\User'); } public function business_item () { return $this->belongsTo('App\BusinessItem'); } public function product () { return $this->belongsTo('App\Product'); } public function user_frames() { return $this->morphToMany('App\\SpUserFrame', 'element', 'sp_user_elements'); } }