Example #1
0
 /**
  * Clear application logs for this project
  *
  * @param void
  * @return null
  */
 function clearLogs()
 {
     ApplicationLogs::clearByProject($this);
 }