Exemplo n.º 1
0
 /**
  * Remove all tokens from the blacklist.
  *
  * @return bool
  */
 public function clear()
 {
     $this->storage->flush();
     return true;
 }