We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724e2b3 + d150ee7 commit a114872Copy full SHA for a114872
src/Aws/Laravel/AwsServiceProvider.php
@@ -59,6 +59,8 @@ public function register()
59
60
return $aws;
61
});
62
+
63
+ $this->app->alias('aws', 'Aws\Common\Aws');
64
}
65
66
/**
0 commit comments