Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-mykhailenko committed Jul 15, 2024
1 parent 6777503 commit fa3c86f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Model/Stats/AggregateResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ private function __construct()
*/
public static function create(array $data): self
{
print_r($data);

$providers = [];
foreach ($data['providers'] as $domain => $provider) {
$providers[] = AggregateResponseItem::create($provider + ['domain' => $domain]);
Expand Down

0 comments on commit fa3c86f

Please sign in to comment.