Пример #1
0
 public function clean()
 {
     $count = \Own\Bus\Log\Data::deleteOldMatches();
     $this->log('clean matches: ' . $count);
     $count = \Own\Bus\PlayerMatch\Service::cleanHasViewed();
     $this->log('clean has viewed: ' . $count);
     $count = \Own\Bus\Notification\Data::clean();
     $this->log('clean notifications: ' . $count);
 }