mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
Little PHPDoc
This commit is contained in:
parent
f05d5562b8
commit
4fc1a91a39
@ -35,6 +35,10 @@ class ConfigMapper extends Mapper {
|
||||
$this->crypto = $crypto;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $key
|
||||
* @param $value
|
||||
*/
|
||||
public function set ($key, $value){
|
||||
$value = $this->crypto->encrypt($value);
|
||||
if($this->hasKey($key, $value)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user