refactor(backend): reorganize domains into Core, Commerce, Ticketing and Shared
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\MailTest\Services;
|
||||
namespace App\Shared\MailTest\Services;
|
||||
|
||||
use App\Domains\Integration\Services\MailService;
|
||||
use App\Domains\Tenant\Models\Tenant;
|
||||
use App\Shared\Integration\Services\MailService;
|
||||
use App\Domains\Core\Tenant\Models\Tenant;
|
||||
|
||||
class MailTestService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user