Exemplo n.º 1
0
 public function postClearLog($request)
 {
     $this->log->clear();
     $this->addMessage('Log was cleared!');
 }