Skip to content

Commit 5e9cb32

Browse files
committed
Allowing for __construct config loading
1 parent 537191b commit 5e9cb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RocketCode/Shopify/ShopifyServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ShopifyServiceProvider extends ServiceProvider
2020
*/
2121
public function register()
2222
{
23-
$this->app->bind('ShopifyAPI', function($app, $config = array())
23+
$this->app->bind('ShopifyAPI', function($app, $config = FALSE)
2424
{
2525
return new API($config);
2626
});

0 commit comments

Comments
 (0)