We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04d7af + 7d20a28 commit dd95251Copy full SHA for dd95251
docs/migration.md
@@ -9,9 +9,8 @@ To migrate from `torann/geoip` you simply need to :
9
10
2. update namespaces in your application:
11
```diff
12
-- use Torann\GeoIP;
13
-- use Torann\Location;
14
-
15
-+ use InteractionDesignFoundation\GeoIP;
16
-+ use InteractionDesignFoundation\Location;
+-use Torann\GeoIP;
++use InteractionDesignFoundation\GeoIP;
+-use Torann\Location;
++use InteractionDesignFoundation\Location;
17
```
0 commit comments