예제 #1
0
파일: Access.php 프로젝트: pinahq/framework
 public static function reset()
 {
     if (App::env() !== "test") {
         return;
     }
     self::$data = array();
     self::$groups = array();
     self::$conditions = array();
 }