Changing System::match() to not include NC, some debugging updates
This commit is contained in:
@@ -211,7 +211,7 @@ class System extends Model
|
||||
* @return Collection
|
||||
* @todo This doesnt return sorted addresses, so it is possible that a node address is returned first, before a NC/HC, etc
|
||||
*/
|
||||
public function match(Zone $o,int $type=(Address::NODE_NC|Address::NODE_HC|Address::NODE_ACTIVE|Address::NODE_PVT|Address::NODE_POINT)): Collection
|
||||
public function match(Zone $o,int $type=(Address::NODE_HC|Address::NODE_ACTIVE|Address::NODE_PVT|Address::NODE_POINT)): Collection
|
||||
{
|
||||
return $this->akas
|
||||
->where(function($item) use($o) {
|
||||
|
Reference in New Issue
Block a user