migration script

# Conflicts:
#	app/Filament/Resources/Torrent/AnnounceLogResource.php
This commit is contained in:
NekoCH
2025-09-21 18:07:38 +08:00
parent f0b50e4826
commit 532f3bdb3f
131 changed files with 2177 additions and 1644 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use Filament\Widgets\Widget;
class AccountInfo extends Widget
{
protected static string $view = 'filament.widgets.account-info';
protected string $view = 'filament.widgets.account-info';
protected int | string | array $columnSpan = 'full';
}