Files
nexusphp/app/Filament/CreateRedirectIndexTrait.php
T

12 lines
178 B
PHP

<?php
namespace App\Filament;
trait CreateRedirectIndexTrait
{
protected function getRedirectUrl(): string
{
return static::$resource::getUrl('index');
}
}