Test Setup Failed
Branch master (c7eb25)
by Christian
04:14
created
Category
src/AmazonMWSServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     public function register()
17 17
     {
18
-        $this->app->bind('amazon-mws', function () {
18
+        $this->app->bind('amazon-mws', function() {
19 19
             return new MWSService();
20 20
         });
21 21
 
Please login to merge, or discard this patch.