removeExpired() public method

{@inheritDoc}
public removeExpired ( )
Example #1
-4
 /**
  * {@inheritDoc}
  *
  * @static 
  */
 public static function removeExpired()
 {
     return \Cartalyst\Sentinel\Reminders\IlluminateReminderRepository::removeExpired();
 }