diff options
author | Fbenas <philbeansburton@gmail.com> | 2018-02-18 22:29:36 +0000 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2018-02-18 22:29:36 +0000 |
commit | 62146c4027e48cfbdb4f518de137de8430392e24 (patch) | |
tree | 791efd0bdccf4f23302428539a0fdc1047502646 /src/Task/TaskInterface.php | |
parent | 7d2128f364c0e81a15653db2508d3e09b262eca1 (diff) |
Split client and manager
Diffstat (limited to 'src/Task/TaskInterface.php')
-rw-r--r-- | src/Task/TaskInterface.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Task/TaskInterface.php b/src/Task/TaskInterface.php deleted file mode 100644 index 407e6c8..0000000 --- a/src/Task/TaskInterface.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -namespace App\Task; - -/** - * A simple task object that can be executed - */ -interface TaskInterface -{ - public function execute(); -} |