Test Setup Failed
Branch master (87a2b5)
by Muhammad Dyas
06:23
created
Category
src/GoogleCloudStorageServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         /* @var FilesystemManager $factory */
25 25
         $factory->extend(
26 26
             'gcs',
27
-            function ($app, array $config) {
27
+            function($app, array $config) {
28 28
                 $config['endpoint'] = $config['endpoint'] ?? "https://storage.googleapis.com";
29 29
                 $config['base_url'] = $config['base_url'] ?? "https://storage.googleapis.com";
30 30
                 $config['region']   = $config['region'] ?? "none";
Please login to merge, or discard this patch.