Skip to content

Commit 27448f9

Browse files
committed
add clear
1 parent 5e0dcab commit 27448f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Settings.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,9 @@ public function getSetting(string $name)
219219

220220
return $this->get($name);
221221
}
222+
223+
public function clear():void
224+
{
225+
$this->settings = [];
226+
}
222227
}

0 commit comments

Comments
 (0)