hasOne('Celebs\CelOcu\Models\Celebs'); } /** * The f2 that belong to the cel_ocu. */ public function f2(){ return $this->hasOne('Celebs\CelOcu\Models\Occupation'); } }