Andrew 6 months ago
parent
commit
71c1deee9c
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      app/Filament/Resources/AlbumResource/Pages/EditAlbum.php

+ 4
- 0
app/Filament/Resources/AlbumResource/Pages/EditAlbum.php View File

12
 {
12
 {
13
     protected static string $resource = AlbumResource::class;
13
     protected static string $resource = AlbumResource::class;
14
 
14
 
15
+    protected function getRedirectUrl(): string
16
+    {
17
+        return $this->getResource()::getUrl('index');
18
+    }
15
     protected function getHeaderActions(): array
19
     protected function getHeaderActions(): array
16
     {
20
     {
17
         return [
21
         return [