no message
This commit is contained in:
parent
5a36992d5a
commit
bc64d352ab
@ -154,6 +154,7 @@ final class Cron
|
||||
->groupBy('from')
|
||||
->get()
|
||||
->toArray();
|
||||
var_dump($aVisitorCount);exit;
|
||||
|
||||
$aVisitorMix = [];
|
||||
foreach ($aVisitorCount as $row) {
|
||||
|
||||
@ -172,7 +172,7 @@ final class Test extends Base
|
||||
{
|
||||
$jobs = new Cron();
|
||||
$jobs->userCount();
|
||||
$jobs->resetTodayBandwidth();
|
||||
// $jobs->resetTodayBandwidth();
|
||||
}
|
||||
|
||||
public function orderCombo()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user