Exemplo n.º 1
0
 /**
  * Clears the cache produced by the swagger annotations
  */
 public static function clearCache()
 {
     static::$eventMap = [];
     \Cache::forget(static::EVENT_CACHE_KEY);
 }