Passed
Pull Request — master (#21)
by
unknown
04:20
created
src/BackblazeB2ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
     public function boot()
14 14
     {
15
-        Storage::extend('b2', function ($app, $config) {
15
+        Storage::extend('b2', function($app, $config) {
16 16
             $bucketIsConfigured = isset($config['bucketId']) || isset($config['bucketName']);
17 17
             if (!(
18 18
                 isset($config['accountId']) &&
Please login to merge, or discard this patch.