'boolean', ]; public function sluggable(): array { return [ 'slug' => [ 'source' => ['title', 'sqid'], ], ]; } public function getSqidAttribute(): string { $sqids = new Sqids(minLength: 5); return $sqids->encode([$this->icon_id]); } }