The start of something beautiful
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Lexik\Bundle\JWTAuthenticationBundle\Event;
|
||||
|
||||
/**
|
||||
* JWTExpiredEvent.
|
||||
*
|
||||
* @author Robin Chalas <robin.chalas@gmail.com>
|
||||
*/
|
||||
class JWTExpiredEvent extends AuthenticationFailureEvent implements JWTFailureEventInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user