belongsTo('Automobile\Automobile\Models\Make'); } /** * The belongsmodel that belong to the automobile. */ public function belongsmodel(){ return $this->belongsTo('Automobile\Automobile\Models\Carmodel'); } }