コード例 #1
0
ファイル: RequestLogs.php プロジェクト: GoldBest/october
 public function index_onEmptyLog()
 {
     RequestLog::truncate();
     Flash::success(Lang::get('system::lang.request_log.empty_success'));
     return $this->listRefresh();
 }