['source' => 'name']]; } /** * @inheritdoc */ public function getRouteKeyName(): string { return $this->getSlugKeyName(); } /** * @inheritdoc */ public function getRouteKey(): string { return $this->getSlugKey(); } }