mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
set empty value by default
This commit is contained in:
parent
8b28265204
commit
6c18187e2a
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ class Pool implements \Yggverse\Yoda\Interface\Model\Pool
|
|||
|
||||
public function set(
|
||||
string $key,
|
||||
string $value,
|
||||
string $value = '',
|
||||
string $flags = 'c',
|
||||
int $offset = 0,
|
||||
int $mode = 0644,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue