Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkLee committed Feb 27, 2023
1 parent c7a9fc7 commit 5645c58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Domain/OrgMng/Org/OrgBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace App\Domain\OrgMng\Org;

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

class OrgBuilder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

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

use App\Domain\Common\Exceptions\BusinessException;
use App\Domain\TenantMng\TenantRepository;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

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

use App\Domain\Common\Exceptions\BusinessException;

Expand Down

0 comments on commit 5645c58

Please sign in to comment.