Skip to content

Commit

Permalink
Add RemoveDirectory.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 Jul 17, 2024
1 parent 016230b commit b6bcf96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Task/RemoveDirectory.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

declare(strict_types=1);

namespace Ghostwriter\Arm\Task;

use Ghostwriter\Arm\Interface\TaskInterface;

final readonly class RemoveDirectory implements TaskInterface
{
}

0 comments on commit b6bcf96

Please sign in to comment.