hasOne('Property\Balance\Models\Project'); } /** * The balancetype_fk_balance that belong to the balance. */ public function balancetype_fk_balance(){ return $this->hasOne('Property\Balance\Models\BalanceType'); } }