Commit 15947cda authored by Manfred Kutas's avatar Manfred Kutas

ZP-596 use __construct instead of SyncObject.

Released under the Affero GNU General Public License (AGPL) version 3.
parent f1f28522
......@@ -134,6 +134,6 @@ class SyncMeetingRequest extends SyncObject {
}
parent::SyncObject($mapping);
parent::__construct($mapping);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment