Unverified Commit 9784d9f7 authored by Florent Morselli's avatar Florent Morselli Committed by GitHub
Browse files

`setSecret` is now a `public` method

Fixes #154
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -59,7 +59,7 @@ trait ParameterTrait
return $this->getParameter('secret');
}
private function setSecret(?string $secret): void
public function setSecret(?string $secret): void
{
$this->setParameter('secret', $secret);
}
......
Supports Markdown
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