Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
lemesdaniel committed Aug 12, 2016
1 parent 8276b87 commit 04e531f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
24 changes: 12 additions & 12 deletions src/Providers/S3formeFilesystemServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ class S3formeFilesystemServiceProvider extends ServiceProvider
public function boot()
{

$this->publishes([__DIR__ . '/../resources/config/s3forme.php' => config_path('s3forme.php')]);


}

/**
* Register the application services.
*
* @return void
*/
public function register()
{
Storage::extend('s3forme', function($app, $config)
{

Expand All @@ -44,5 +32,17 @@ public function register()
return new Filesystem(new AwsS3Adapter($client, $config['bucket']));

});


}

/**
* Register the application services.
*
* @return void
*/
public function register()
{

}
}
8 changes: 0 additions & 8 deletions src/resources/config/s3forme.php

This file was deleted.

0 comments on commit 04e531f

Please sign in to comment.