Example #1
0
 /**
  * Creates an instance of the throttle model
  *
  * @static 
  */
 public static function createThrottleModel()
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::createThrottleModel();
 }