Loading Core/Subscriptions/Repository.php +5 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,11 @@ class Repository try { $rows = $this->client->request($query); if (!$rows) { return $response; } foreach ($rows as $row) { $user = new User($row['column1']); $response[] = $user; Loading Loading
Core/Subscriptions/Repository.php +5 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,11 @@ class Repository try { $rows = $this->client->request($query); if (!$rows) { return $response; } foreach ($rows as $row) { $user = new User($row['column1']); $response[] = $user; Loading