@@ -49,10 +49,10 @@ |
||
49 | 49 | { |
50 | 50 | $di->setShared( |
51 | 51 | self::SERVICE_NAME, |
52 | - function () { |
|
52 | + function() { |
|
53 | 53 | try { |
54 | 54 | return new License('http://127.0.0.1:8223'); |
55 | - } catch (Error $exception){ |
|
55 | + } catch (Error $exception) { |
|
56 | 56 | Util::sysLogMsg(__CLASS__, $exception); |
57 | 57 | } |
58 | 58 | return null; |
@@ -49,7 +49,8 @@ |
||
49 | 49 | { |
50 | 50 | $di->setShared( |
51 | 51 | self::SERVICE_NAME, |
52 | - function () { |
|
52 | + function () |
|
53 | + { |
|
53 | 54 | try { |
54 | 55 | return new License('http://127.0.0.1:8223'); |
55 | 56 | } catch (Error $exception){ |