@@ -45,6 +45,9 @@ |
||
45 | 45 | */ |
46 | 46 | protected $providerName; |
47 | 47 | |
48 | + /** |
|
49 | + * @param string $providerName |
|
50 | + */ |
|
48 | 51 | public function __construct($providerName) |
49 | 52 | { |
50 | 53 | if (!in_array(ucfirst($providerName), $this->getAvailableProviders())) { |