Move settings to config namespace

This commit is contained in:
Joseph Cohen
2015-01-16 00:04:14 -06:00
parent 4f250db260
commit 0f2c9005b1
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<?php
return array(
return [
/*
|--------------------------------------------------------------------------
@@ -26,7 +26,7 @@ return array(
|
*/
'proxies' => array(
'proxies' => [
'204.93.240.0',
'204.93.177.0',
'199.27.128.0',
@@ -46,6 +46,6 @@ return array(
'2803:f800::',
'2405:b500::',
'2405:8100::',
)
],
);
];