Skip to content

Commit

Permalink
update database
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Sep 2, 2020
1 parent 636e0ed commit 741de07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ public function __call($name, $arguments)
array_unshift($arguments, $name);

return call_user_func_array([$this, 'aggregate'], $arguments);
}else{
throw new PDOException("Method : $name not exist");
}
}

Expand Down

0 comments on commit 741de07

Please sign in to comment.