Skip to content

Commit a114872

Browse files
committed
Merge pull request #51 from mattzuba/mattzuba-di-support
Allow loading of SDK via Dependency Injection
2 parents 724e2b3 + d150ee7 commit a114872

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)