File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 "php" : " ^8.1" ,
1616 "illuminate/cache" : " ^10.0 || ^11.0" ,
1717 "illuminate/console" : " ^10.0 || ^11.0" ,
18- "illuminate/support" : " ^10.0 || ^11.0"
18+ "illuminate/support" : " ^10.0 || ^11.0" ,
19+ "monolog/monolog" : " ^3.0"
1920 },
2021 "require-dev" : {
2122 "friendsofphp/php-cs-fixer" : " ^3.50" ,
Original file line number Diff line number Diff line change 44
55namespace InteractionDesignFoundation \GeoIP ;
66
7- use Exception ;
87use Monolog \Logger ;
98use Illuminate \Support \Arr ;
109use Illuminate \Cache \CacheManager ;
@@ -195,7 +194,7 @@ public function getCurrency($iso)
195194 * Get service instance.
196195 *
197196 * @return \InteractionDesignFoundation\GeoIP\Contracts\ServiceInterface
198- * @throws Exception
197+ * @throws \ Exception
199198 */
200199 public function getService ()
201200 {
@@ -208,7 +207,7 @@ public function getService()
208207
209208 // Sanity check
210209 if ($ class === null ) {
211- throw new Exception ('The GeoIP service is not valid. ' );
210+ throw new \ Exception ('The GeoIP service is not valid. ' );
212211 }
213212
214213 // Create service instance
You can’t perform that action at this time.
0 commit comments