trafficmonitor init...1
This commit is contained in:
parent
194ac35d30
commit
d1d29e2a2e
@ -32,7 +32,7 @@ class CollectorService extends CommonService
|
|||||||
'title_field' => $this->model->getTitleField(),
|
'title_field' => $this->model->getTitleField(),
|
||||||
'table' => $this->model->getTable(),
|
'table' => $this->model->getTable(),
|
||||||
'useAutoIncrement' => $this->model->useAutoIncrement(),
|
'useAutoIncrement' => $this->model->useAutoIncrement(),
|
||||||
'class_path' => $this->getClassPaths(false)
|
'class_path' => $this->getClassPaths(false),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
return $this->formServiceInstance;
|
return $this->formServiceInstance;
|
||||||
@ -46,7 +46,7 @@ class CollectorService extends CommonService
|
|||||||
'title_field' => $this->model->getTitleField(),
|
'title_field' => $this->model->getTitleField(),
|
||||||
'table' => $this->model->getTable(),
|
'table' => $this->model->getTable(),
|
||||||
'useAutoIncrement' => $this->model->useAutoIncrement(),
|
'useAutoIncrement' => $this->model->useAutoIncrement(),
|
||||||
'class_path' => $this->getClassPaths(false)
|
'class_path' => $this->getClassPaths(false),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
return $this->helperInstance;
|
return $this->helperInstance;
|
||||||
@ -161,4 +161,5 @@ class CollectorService extends CommonService
|
|||||||
'raw_in' => (int)$currentInOctets,
|
'raw_in' => (int)$currentInOctets,
|
||||||
'raw_out' => (int)$currentOutOctets,
|
'raw_out' => (int)$currentOutOctets,
|
||||||
];
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user