belongsTo(User::class); } public function requisites() { return $this->morphOne(Requisites::class, 'requisiteable'); } }