@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php return [ |
| 2 | - 'oauth' => [ |
|
| 3 | - 'app_id' => null, |
|
| 4 | - 'token' => null, |
|
| 5 | - 'expires' => null |
|
| 6 | - ], |
|
| 7 | - 'metrika' => [ |
|
| 8 | - 'id' => null |
|
| 9 | - ] |
|
| 2 | + 'oauth' => [ |
|
| 3 | + 'app_id' => null, |
|
| 4 | + 'token' => null, |
|
| 5 | + 'expires' => null |
|
| 6 | + ], |
|
| 7 | + 'metrika' => [ |
|
| 8 | + 'id' => null |
|
| 9 | + ] |
|
| 10 | 10 | ]; |
| 11 | 11 | \ No newline at end of file |