belongsTo(User::class); } public function requisiteable() { return $this->morphTo(); } }