first commit
This commit is contained in:
12
libraries/vendor/web-auth/metadata-service/src/Event/CanDispatchEvents.php
vendored
Normal file
12
libraries/vendor/web-auth/metadata-service/src/Event/CanDispatchEvents.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Webauthn\MetadataService\Event;
|
||||
|
||||
use Psr\EventDispatcher\EventDispatcherInterface;
|
||||
|
||||
interface CanDispatchEvents
|
||||
{
|
||||
public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void;
|
||||
}
|
||||
Reference in New Issue
Block a user