Skip to content

Commit aea2b34

Browse files
committed
remove _fromArray
1 parent 332d36f commit aea2b34

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Ubiquity/security/acl/models/AbstractAclPart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function fromArray(array $values) {
5252
foreach ($values as $k => $v) {
5353
$this->$k = $v;
5454
}
55-
$this->_fromArray = true;
5655
}
5756

5857
/**

src/Ubiquity/security/acl/models/AclElement.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public function fromArray($aclArray) {
6969
$this->role = $role;
7070
$this->permission = $permission;
7171
$this->resource = $resource;
72-
$this->_fromArray = true;
7372
}
7473

7574
public function toArray(): array {

0 commit comments

Comments
 (0)