Skip to content

Commit d150ee7

Browse files
committed
Allow loading of SDK via Dependency Injection (using Aws\Common\Aws typehint)
1 parent 724e2b3 commit d150ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Aws/Laravel/AwsServiceProvider.php

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public function register()
5959

6060
return $aws;
6161
});
62+
63+
$this->app->alias('aws', 'Aws\Common\Aws');
6264
}
6365

6466
/**

0 commit comments

Comments
 (0)