Skip to content

Commit 47b8da2

Browse files
committed
Laravel 8 compatibility
1 parent ddf7007 commit 47b8da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/FakeDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
final class FakeDispatcher implements Dispatcher
88
{
9-
public function listen($events, $listener)
9+
public function listen($events, $listener = null)
1010
{
1111

1212
}

0 commit comments

Comments
 (0)