Skip to content

Commit

Permalink
Use embed subdomain for Mysql visual explain
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Aug 6, 2024
1 parent a878e3a commit 5050618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payloads/MySqlVisualExplainPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MySqlVisualExplainPayload extends Payload

public function __construct(string $url)
{
$this->url = $url;
$this->url = str_replace('https://mysqlexplain.com/', 'https://embed.mysqlexplain.com/', $url);

}

Expand Down

0 comments on commit 5050618

Please sign in to comment.