Skip to content

Commit d85ebc9

Browse files
fix missing static method
1 parent 30a017e commit d85ebc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "javanile/hamper",
33
"description": "Developer friendly database library for vtiger",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"license": "MIT",
66
"type": "library",
77
"authors": [

src/OptionsHandlerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class OptionsHandlerFactory
88
* @param array $options
99
* @return OptionsHandler
1010
*/
11-
public function createInstance($options = [])
11+
public static function createInstance($options = [])
1212
{
1313
return new OptionsHandler($options);
1414
}

0 commit comments

Comments
 (0)