We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a017e commit d85ebc9Copy full SHA for d85ebc9
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "javanile/hamper",
3
"description": "Developer friendly database library for vtiger",
4
- "version": "0.0.2",
+ "version": "0.0.3",
5
"license": "MIT",
6
"type": "library",
7
"authors": [
src/OptionsHandlerFactory.php
@@ -8,7 +8,7 @@ class OptionsHandlerFactory
8
* @param array $options
9
* @return OptionsHandler
10
*/
11
- public function createInstance($options = [])
+ public static function createInstance($options = [])
12
13
return new OptionsHandler($options);
14
}
0 commit comments