mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
chore: uses instance method of facade
This commit is contained in:
@ -45,7 +45,7 @@ final class BootSubscribers implements Bootstrapper
|
||||
|
||||
assert($instance instanceof Subscriber);
|
||||
|
||||
method_exists(Event\Facade::class, 'instance') ? Event\Facade::instance()->registerSubscriber($instance) : Event\Facade::registerSubscriber($instance); // @phpstan-ignore-line
|
||||
Event\Facade::instance()->registerSubscriber($instance);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user