mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-06 22:14:59 +02:00
commit
b0b0d4a1a4
@ -16,7 +16,7 @@ class ArrayConfig extends AbstractConfig implements Parameters
|
|||||||
*
|
*
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function get($key, $default = null) {;
|
public function get($key, $default = null) {
|
||||||
if (isset($this->storage[$key])) {
|
if (isset($this->storage[$key])) {
|
||||||
return $this->storage[$key];
|
return $this->storage[$key];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user