summaryrefslogtreecommitdiff
path: root/src/Task
diff options
context:
space:
mode:
Diffstat (limited to 'src/Task')
-rw-r--r--src/Task/TaskInterface.php11
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();
-}