Skip to content

Commit

Permalink
Update RemoveFile.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 56a1b27 commit 3954693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Task/RemoveFile.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 RemoveFile implements TaskInterface
{
Expand Down

0 comments on commit 3954693

Please sign in to comment.