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:
@@ -4,9 +4,7 @@ namespace App\Filament\Resources\AcademicJournalResource\Pages;
|
||||
|
||||
use App\Filament\Resources\AcademicJournalResource;
|
||||
use App\Services\Filament\Traits\SeoGenerate;
|
||||
use Filament\Actions;
|
||||
use Filament\Resources\Pages\CreateRecord;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class CreateAcademicJournal extends CreateRecord
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user