code-style

This commit is contained in:
Saeed Vaziry
2025-03-13 20:53:14 +01:00
parent 0f06d81aac
commit 48ae561ea4
43 changed files with 122 additions and 76 deletions

View File

@ -7,6 +7,7 @@
use App\Models\Backup;
use App\Models\BackupFile;
use App\Models\Database;
use App\Models\User;
use Filament\Forms\Components\Select;
use Filament\Notifications\Notification;
use Filament\Support\Enums\MaxWidth;
@ -68,7 +69,7 @@ protected function applyDefaultSortingToTableQuery(Builder $query): Builder
public function table(Table $table): Table
{
/** @var \App\Models\User $user */
/** @var User $user */
$user = auth()->user();
return $table