Add new automatic action to assign tasks to its creator

This commit is contained in:
Frederic Guillot
2017-06-03 11:32:24 -04:00
parent 6251ac62d4
commit 43e4662b84
32 changed files with 316 additions and 92 deletions

View File

@@ -2,7 +2,6 @@
require_once __DIR__.'/../Base.php';
use Kanboard\Event\GenericEvent;
use Kanboard\Event\TaskEvent;
use Kanboard\Model\TaskCreationModel;
use Kanboard\Model\TaskFinderModel;