From 7d2128f364c0e81a15653db2508d3e09b262eca1 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sat, 2 Sep 2017 20:30:30 +0100 Subject: Refactor site:create command to allow creation of extra tasks easier --- src/Task/TaskInterface.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Task/TaskInterface.php (limited to 'src/Task/TaskInterface.php') diff --git a/src/Task/TaskInterface.php b/src/Task/TaskInterface.php new file mode 100644 index 0000000..407e6c8 --- /dev/null +++ b/src/Task/TaskInterface.php @@ -0,0 +1,11 @@ +