Skip to content

Commit ba5f302

Browse files
committed
Provides 'Aws\Common\Aws' & additional formatting
removed blank lines added 'Aws\Common\Aws' to provides additional formatting
1 parent 6734041 commit ba5f302

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/AwsServiceProvider.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ public function boot()
4949

5050
$this->mergeConfigFrom($config, 'aws');
5151

52-
$this->publishes([
53-
$config => config_path('aws.php'),
54-
], 'config');
52+
$this->publishes([$config => config_path('aws.php')], 'config');
5553
}
5654

5755
/**
@@ -62,7 +60,6 @@ public function boot()
6260
public function register()
6361
{
6462
$this->app->singleton('aws', function ($app) {
65-
6663
// Instantiate the AWS service builder
6764
$aws = Aws::factory($app['config']->get('aws'));
6865

@@ -90,6 +87,6 @@ public function register()
9087
*/
9188
public function provides()
9289
{
93-
return ['aws'];
90+
return ['aws', 'Aws\Common\Aws'];
9491
}
9592
}

0 commit comments

Comments
 (0)