Migrate backend to Porto architecture and fix minor bugs
- Fully transitioned the backend to the Porto architectural pattern - Improved code organization and maintainability - Fixed minor bugs and inconsistencies
This commit is contained in:
-6
@@ -2,18 +2,12 @@
|
||||
|
||||
namespace App\Filament\Resources\CustomFormResource\RelationManagers;
|
||||
|
||||
use App\Filament\Exports\CustomFormExporter;
|
||||
use App\Models\CustomFormResponse;
|
||||
use Filament\Forms;
|
||||
use Filament\Forms\Form;
|
||||
use Filament\Infolists\Components\Section;
|
||||
use Filament\Infolists\Components\TextEntry;
|
||||
use Filament\Resources\RelationManagers\RelationManager;
|
||||
use Filament\Tables;
|
||||
use Filament\Tables\Columns\ViewColumn;
|
||||
use Filament\Tables\Table;
|
||||
use Illuminate\Database\Eloquent\Builder;
|
||||
use Illuminate\Database\Eloquent\SoftDeletingScope;
|
||||
use pxlrbt\FilamentExcel\Actions\Tables\ExportAction;
|
||||
use pxlrbt\FilamentExcel\Actions\Tables\ExportBulkAction;
|
||||
use pxlrbt\FilamentExcel\Columns\Column;
|
||||
|
||||
Reference in New Issue
Block a user