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 f0c9fce commit 8473522Copy full SHA for 8473522
src/Illuminate/Support/Facades/Event.php
@@ -20,6 +20,7 @@
20
* @method static void forget(string $event)
21
* @method static void forgetPushed()
22
* @method static \Illuminate\Events\Dispatcher setQueueResolver(callable $resolver)
23
+ * @method static \Illuminate\Events\Dispatcher setTransactionManagerResolver(callable $resolver)
24
* @method static array getRawListeners()
25
* @method static void macro(string $name, object|callable $macro)
26
* @method static void mixin(object $mixin, bool $replace = true)
0 commit comments