Move events handling to Symfony\EventDispatcher
This commit is contained in:
7
app/Event/TaskEvent.php
Normal file
7
app/Event/TaskEvent.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Event;
|
||||
|
||||
class TaskEvent extends GenericEvent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user