Skip to content

Commit

Permalink
fix(master) - Rename Application namespace to Domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Onyshchenko committed Apr 24, 2020
1 parent 4ef7afe commit 08954a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Domain/Command/CommandInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace MicroModule\Base\Application\Command;
namespace MicroModule\Base\Domain\Command;

use Ramsey\Uuid\UuidInterface;

Expand Down
4 changes: 2 additions & 2 deletions src/Domain/Factory/CommandFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

declare(strict_types=1);

namespace MicroModule\Base\Application\Factory;
namespace MicroModule\Base\Domain\Factory;

use MicroModule\Base\Application\Command\CommandInterface;
use MicroModule\Base\Domain\Command\CommandInterface;

/**
* Interface CommandFactoryInterface.
Expand Down

0 comments on commit 08954a7

Please sign in to comment.