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 6b77dfd commit e60259aCopy full SHA for e60259a
src/Events/BaseEvent.php
@@ -8,7 +8,7 @@ abstract class BaseEvent
8
{
9
public function __construct(
10
public string $method,
11
- public bool $before
+ public bool $before
12
) {
13
}
14
0 commit comments