upgrade
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface CheckLoginCredentialsHookEventInterface.
|
||||
*/
|
||||
interface CheckLoginCredentialsHookEventInterface extends HookEventInterface
|
||||
{
|
||||
/**
|
||||
* Call to all observers.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function notifyLoginCredentials();
|
||||
}
|
||||
Reference in New Issue
Block a user