Skip to content

Commit da859e7

Browse files
authored
[9.x] Add getRawListeners in Event Facade doc blocks (#44407)
1 parent 5e5bad0 commit da859e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Event.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @method static \Closure makeListener(\Closure|string $listener, bool $wildcard = false)
1111
* @method static \Illuminate\Events\Dispatcher setQueueResolver(callable $resolver)
1212
* @method static array getListeners(string $eventName)
13+
* @method static array getRawListeners()
1314
* @method static array|null dispatch(string|object $event, mixed $payload = [], bool $halt = false)
1415
* @method static array|null until(string|object $event, mixed $payload = [])
1516
* @method static bool hasListeners(string $eventName)

0 commit comments

Comments
 (0)