Completed
Pull Request — master (#3)
by Linus
16:04 queued 06:05
created
src/AwsZipStreamServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function register()
31 31
     {
32
-        $this->app->bind(S3BucketStreamZip::class, function ($_) {
32
+        $this->app->bind(S3BucketStreamZip::class, function($_) {
33 33
             return new S3BucketStreamZip([
34 34
                 'key'     => config('services.s3.key'),
35 35
                 'secret'  => config('services.s3.secret'),
Please login to merge, or discard this patch.
examples/AwsZipStreamServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function register()
31 31
     {
32
-        $this->app->bind(S3BucketStreamZip::class, function ($_) {
32
+        $this->app->bind(S3BucketStreamZip::class, function($_) {
33 33
             return new S3BucketStreamZip([
34 34
                 'key'     => config('services.s3.key'),
35 35
                 'secret'  => config('services.s3.secret'),
Please login to merge, or discard this patch.