Skip to content

Commit f27d62e

Browse files
committed
Resolves #14
1 parent d8576a0 commit f27d62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Portable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public function portable()
1818

1919
// Make the given attributes visible
2020
if (isset($this->gdprVisible)) {
21-
$this->makeVisible($this->gdprVisible);
21+
$this->setVisible($this->gdprVisible);
2222
}
2323

2424
// Make the given attributes hidden
2525
if (isset($this->gdprHidden)) {
26-
$this->makeHidden($this->gdprHidden);
26+
$this->setHidden($this->gdprHidden);
2727
}
2828

2929
return $this->toPortableArray();

0 commit comments

Comments
 (0)