Skip to content

Commit

Permalink
Update gnats http port number in zephyr class #726
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Sep 16, 2024
1 parent 76fea02 commit c0d0981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Providers/MarketPlaceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function register(DiInterface $di): void
self::SERVICE_NAME,
function () {
try {
return new License('http://127.0.0.1:8223');
return new License();
} catch (Throwable $e){
SystemMessages::sysLogMsg(__CLASS__, $e->getMessage());
}
Expand Down

0 comments on commit c0d0981

Please sign in to comment.