update tasks

This commit is contained in:
Simon Vieille 2022-04-19 20:59:45 +02:00
parent 87f357987a
commit 72b1e56eb8
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,8 +3,8 @@
Tasks are scripts executabled from UI. The creation of tasks is based on events.
```
// src/EventSuscriber/MyTaskEventSubscriber.php
namespace App\EventSuscriber;
// src/EventSubscriber/MyTaskEventSubscriber.php
namespace App\EventSubscriber;
use App\Core\Event\Task\TaskInitEvent;
use App\Core\Event\Task\TaskRunRequestedEvent;