'boolean', ]; } public function products() { return $this->hasMany(Product::class); } public function getRouteKeyName(): string { return 'slug'; } }