@@ -24,7 +24,7 @@ |
||
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"; |