예제 #1
0
파일: cron.php 프로젝트: vNative/vnative
 protected function _minutely()
 {
     Shared\Services\Campaign::minutely();
     Click::minutely();
 }