getResource()::getUrl('index'); } protected function getCreatedNotificationTitle(): ?string { return __('music_productions.created_successfully'); } protected function afterCreate(): void { // Save translations TranslationTabs::saveTranslations($this->record, $this->form->getState()); } }