diff --git a/src/Resources/MoonShineLaravelTranslationResource.php b/src/Resources/MoonShineLaravelTranslationResource.php index 251da15..4d90421 100644 --- a/src/Resources/MoonShineLaravelTranslationResource.php +++ b/src/Resources/MoonShineLaravelTranslationResource.php @@ -34,6 +34,8 @@ class MoonShineLaravelTranslationResource extends Resource 'show', 'edit', /*'delete'*/ ]; + protected string $routeAfterSave = 'show'; + public static string $orderField = 'group'; public function trClass(Model $item, int $index): string