We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef76f23 commit f5ad786Copy full SHA for f5ad786
src/contracts/Repository/Event/AfterEvent.php
@@ -12,6 +12,8 @@
12
13
/**
14
* Event emitted after action execution.
15
+ *
16
+ * @link https://github.com/symfony/symfony/blob/5.4/src/Symfony/Contracts/EventDispatcher/Event.php Symfony\Contracts\EventDispatcher\Event
17
*/
18
abstract class AfterEvent extends Event
19
{
0 commit comments