Skip to content

Commit a249419

Browse files
committed
fix CS
1 parent a606e60 commit a249419

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/config/config.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<?php
22

3+
/**
4+
* This file is part of the GeocoderLaravel library.
5+
*
6+
* (c) Antoine Corcy <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return array(
413
'provider' => 'FreeGeoIpProvider',
5-
'adapter' => 'CurlHttpAdapter'
14+
'adapter' => 'CurlHttpAdapter'
615
);

0 commit comments

Comments
 (0)