Skip to content

Commit c6984de

Browse files
committed
Fix container bug
1 parent af1cf1b commit c6984de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoIP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function getService()
206206
}
207207

208208
// Create service instance
209-
$this->service = app($class, [$config]);
209+
$this->service = new $class($config);
210210
}
211211

212212
return $this->service;

0 commit comments

Comments
 (0)