Loading lib/Service/ShopAccountService.php +1 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,7 @@ class ShopAccountService { return $users; } catch (Exception $e) { $this->logger->logException($e, ['app' => Application::APP_ID]); return null; } } Loading Loading
lib/Service/ShopAccountService.php +1 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,7 @@ class ShopAccountService { return $users; } catch (Exception $e) { $this->logger->logException($e, ['app' => Application::APP_ID]); return null; } } Loading