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 f5ad786 commit 261ba88Copy full SHA for 261ba88
src/contracts/Repository/Event/BeforeEvent.php
@@ -12,6 +12,8 @@
12
13
/**
14
* Event emitted before 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 BeforeEvent extends Event
19
{
0 commit comments