Skip to content

Commit

Permalink
fix missing static method
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Jun 22, 2020
1 parent 30a017e commit d85ebc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javanile/hamper",
"description": "Developer friendly database library for vtiger",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"type": "library",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/OptionsHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class OptionsHandlerFactory
* @param array $options
* @return OptionsHandler
*/
public function createInstance($options = [])
public static function createInstance($options = [])
{
return new OptionsHandler($options);
}
Expand Down

0 comments on commit d85ebc9

Please sign in to comment.