hasMany('Restaurant\Restaurant\Models\Menu'); } /** * The review that belong to the restaurant. */ public function review(){ return $this->hasMany('Restaurant\Restaurant\Models\Review'); } }