mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
move cleanup: seed bonus and seeding leeching time to job
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
namespace App\Filament;
|
||||
|
||||
use Closure;
|
||||
use Filament\Resources\Pages\ManageRecords;
|
||||
use Filament\Tables\Filters\Layout;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class PageListSingle extends ManageRecords
|
||||
{
|
||||
@@ -13,4 +15,11 @@ class PageListSingle extends ManageRecords
|
||||
{
|
||||
return Layout::AboveContent;
|
||||
}
|
||||
|
||||
protected function getTableRecordUrlUsing(): ?Closure
|
||||
{
|
||||
return function (Model $record): ?string {
|
||||
return null;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user