DeleteDirectories
class DeleteDirectories
Methods
__construct(Filesystem $filesystem, Factory|null $components = null, string|null $workingPath = null, bool $confirmation = false)
Construct a new action instance.
void
handle(iterable $directories)
Handle the action.
Details
at line 19
__construct(Filesystem $filesystem, Factory|null $components = null, string|null $workingPath = null, bool $confirmation = false)
Construct a new action instance.
at line 32
void
handle(iterable $directories)
Handle the action.