upgrade filament

This commit is contained in:
2025-09-22 13:04:54 +05:00
parent 48593b234e
commit 39a444685a
85 changed files with 2555 additions and 1386 deletions

View File

@@ -1,8 +1,8 @@
<?php
namespace App\Filament\Resources\PaymentOrder\PaymentOrderResource\Pages;
namespace App\Filament\Resources\PaymentOrder\PaymentOrders\Pages;
use App\Filament\Resources\PaymentOrder\PaymentOrderResource;
use App\Filament\Resources\PaymentOrder\PaymentOrders\PaymentOrders\PaymentOrderResource;
use Filament\Resources\Pages\CreateRecord;
class CreatePaymentOrder extends CreateRecord