mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
migration script
# Conflicts: # app/Filament/Resources/Torrent/AnnounceLogResource.php
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
namespace App\Filament\Pages;
|
||||
|
||||
use Filament\Support\Enums\Width;
|
||||
use App\Filament\Widgets\AccountInfo;
|
||||
use App\Filament\Widgets\LatestTorrents;
|
||||
use App\Filament\Widgets\LatestUsers;
|
||||
@@ -13,7 +14,7 @@ use App\Filament\Widgets\UserTrend;
|
||||
|
||||
class Dashboard extends \Filament\Pages\Dashboard
|
||||
{
|
||||
protected ?string $maxContentWidth = 'full';
|
||||
protected Width|string|null $maxContentWidth = 'full';
|
||||
|
||||
public function getWidgets(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user