'boolean', ]; public function sluggable(): array { return [ 'slug' => [ 'source' => ['title', 'icon_id'], ], ]; } }