belongsTo('App\User'); } public function ingredients() { return $this->hasMany('App\RecipeIngredient'); } }