Merge branch 'spidev' into 'master'
Mobile Integration,Pop Multiple Networks,DataTables responsible update,Migrations See merge request fronk/thetool!155
This commit is contained in:
@@ -114,7 +114,7 @@ class Network extends mfBaseModel {
|
||||
}
|
||||
|
||||
if($name == "pops") {
|
||||
$pops = PopModel::search(['network_id' => $this->id]);
|
||||
$pops = PopNetworkModel::search(['network_id' => $this->id]);
|
||||
$this->pops = $pops;
|
||||
return $this->pops;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user