Skip to content

Commit

Permalink
Update ReplaceInFile.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 3954693 commit 7b17607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Task/ReplaceInFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

declare(strict_types=1);

namespace Ghostwriter\Arm\Task;
namespace Ghostwriter\AutomatedRepositoryManager\Task;

use Ghostwriter\Arm\Interface\TaskInterface;
use Ghostwriter\AutomatedRepositoryManager\Interface\TaskInterface;

final readonly class ReplaceInFile implements TaskInterface
{
Expand Down

0 comments on commit 7b17607

Please sign in to comment.