Skip to content

Commit

Permalink
Add FileSystem::taskFileSystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb committed May 5, 2014
1 parent a6bc8c3 commit cb94db4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Task/FileSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ protected function taskRequire($file)
{
return new RequireTask($file);
}

protected function taskFileSystem()
{
return new FileSystemStackTask();
}
}

abstract class BaseDirTask implements TaskInterface {
Expand Down

0 comments on commit cb94db4

Please sign in to comment.