Added address:purge, changing active_addresses index

This commit is contained in:
Deon George
2022-11-19 22:15:08 +11:00
parent 9de2469053
commit 289caa8225
3 changed files with 107 additions and 3 deletions

View File

@@ -114,6 +114,7 @@ class Address extends Model
case self::NODE_UNKNOWN:
case self::NODE_ACTIVE:
case self::NODE_POINT:
case self::NODE_PVT:
// Nodes dont have children, but must return a relationship instance
return $this->hasOne(self::class,NULL,'void');