Merge branch 'fronkdev' into 'master'

added script to update Freigabe in new RML campaign networks

See merge request fronk/thetool!1707
This commit is contained in:
Frank Schubert
2025-09-02 13:39:48 +00:00
2 changed files with 37 additions and 3 deletions

View File

@@ -8,9 +8,9 @@ class ADBHausnummer extends mfBaseModel {
private $plz;
private $status;
private $statusflags;
private $freigaben = [];
private $wohneinheiten = [];
private $freigaben;
private $wohneinheiten;
protected function init() {