Skip to content

Commit

Permalink
refactoring: Move Class
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkLee committed Feb 27, 2023
1 parent 5645c58 commit 32b2f78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Domain\OrgMng\Org\Validators;
namespace App\Domain\Common\Validators;

use App\Domain\Common\Exceptions\BusinessException;
use App\Domain\TenantMng\TenantRepository;
Expand Down
8 changes: 0 additions & 8 deletions app/Domain/Common/Validators/Validator.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/Domain/OrgMng/Org/OrgBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Domain\OrgMng\Org;

use App\Domain\OrgMng\Org\DTO\OrgDomainDTO;
use App\Domain\OrgMng\Org\Validators\CommonValidator;
use App\Domain\Common\Validators\CommonValidator;
use App\Domain\OrgMng\Org\Validators\OrgNameValidator;

class OrgBuilder
Expand Down

0 comments on commit 32b2f78

Please sign in to comment.