belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function attire() { return $this->belongsTo('Attire', 'attire_id', 'id', [], 'LEFT')->setEagerlyType(0); } }