'integer']; public const TYPES = ['http', 'tcp']; protected static function booted(): void { static::creating(fn (self $c) => $c->uuid ??= (string) Str::uuid()); } public function getRouteKeyName(): string { return 'uuid'; } }