Skip to content

Commit

Permalink
Update WorkspaceFactory.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Oct 11, 2024
1 parent 491abef commit 484fa97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Service/Factory/WorkspaceFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);

namespace Ghostwriter\Arm\Service\Factory;
namespace Ghostwriter\AutomatedRepositoryManager\Service\Factory;

use Ghostwriter\Arm\Interface\WorkspaceInterface;
use Ghostwriter\Arm\Workspace;
use Ghostwriter\AutomatedRepositoryManager\Interface\WorkspaceInterface;
use Ghostwriter\AutomatedRepositoryManager\Workspace;
use Ghostwriter\Container\Interface\ContainerInterface;
use Ghostwriter\Container\Interface\FactoryInterface;
use Override;
Expand Down

0 comments on commit 484fa97

Please sign in to comment.