diff --git a/composer.json b/composer.json index bf591c4..85b8604 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/src/OptionsHandlerFactory.php b/src/OptionsHandlerFactory.php index 1a6981c..8ac650f 100644 --- a/src/OptionsHandlerFactory.php +++ b/src/OptionsHandlerFactory.php @@ -8,7 +8,7 @@ class OptionsHandlerFactory * @param array $options * @return OptionsHandler */ - public function createInstance($options = []) + public static function createInstance($options = []) { return new OptionsHandler($options); }