Example #1
0
 /**
  * Execute the console command.
  */
 public static function clear()
 {
     CacheFacade::flush();
     self::clearInternal();
 }