primo commit
This commit is contained in:
8
libraries/vendor/lcobucci/jwt/src/Validation/SignedWith.php
vendored
Normal file
8
libraries/vendor/lcobucci/jwt/src/Validation/SignedWith.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Lcobucci\JWT\Validation;
|
||||
|
||||
interface SignedWith extends Constraint
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user