Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Oct 30, 2024
1 parent c6008bb commit 8799d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/DomainsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function index(): Response
}

$bimivmcinfo = $repository->get_bimi_vmc_details($domains);
dd($bimivmcinfo);

$pages["totalitems"] = $repository->getTotalRows();
$pages["start"] = $pages["totalitems"] - (($pages["page"] - 1) * $pages["perpage"]);
Expand Down

0 comments on commit 8799d70

Please sign in to comment.