'boolean', 'active' => 'boolean', ]; } public function user(): MorphOne { return $this->morphOne(User::class, 'type'); } }