improve searchbox relate edit

This commit is contained in:
xiaomlove
2022-11-07 18:50:16 +08:00
parent 80cb362ed7
commit 8508c03f48
12 changed files with 37 additions and 12 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App\Filament;
trait RedirectIndexTrait
{
protected function getRedirectUrl(): ?string
{
return static::$resource::getUrl('index');
}
}