url(ListStudents::getUrl()), ]; } protected function getRedirectUrl(): string { return $this->getResource()::getUrl('index'); } protected function getSavedNotification(): ?Notification { return SystemNotification::update(); } }