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:
@@ -2,10 +2,8 @@
|
||||
|
||||
namespace App\Observers;
|
||||
|
||||
use App\Containers\Widget\Models\CustomFormResponse;
|
||||
use App\Jobs\SendFormResponseMail;
|
||||
use App\Mail\CustomFormResponseMail;
|
||||
use App\Models\CustomFormResponse;
|
||||
use Illuminate\Support\Facades\Mail;
|
||||
|
||||
class CustomFormResponseObserver
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user