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