Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanliu committed Jul 3, 2020
1 parent 1a37703 commit df8bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-db/classes/LSYS/Config/Database.php
Expand Up @@ -80,7 +80,7 @@ public function get(string $key,$default=NULL){
* {@inheritDoc}
* @see \LSYS\Config::get()
*/
public function exist($key):bool{
public function exist(string $key):bool{
$group= explode('.', $key);
$t=$this->_node;
while (count($group)){
Expand Down

0 comments on commit df8bb3f

Please sign in to comment.