Browse Source

fixed spacing issue

Edward DeMaio 9 years ago
parent
commit
2c2488e4bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/filesystems.php

+ 1 - 1
config/filesystems.php

@@ -63,7 +63,7 @@ return [
 			'container' => 'your-container',
 			'endpoint'  => 'https://identity.api.rackspacecloud.com/v2.0/',
 			'region'    => 'IAD',
-			'url_type'	=> 'publicURL'
+			'url_type'  => 'publicURL'
 		],
 
 	],