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