Skip to content

Commit a4ebd42

Browse files
committed
docs: replaced url with new shorter one
1 parent 4e2ea01 commit a4ebd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Three new methods have been added to the query builder for very easy submission
3434

3535

3636
```php
37-
// $url will be e.g. https://explainmysql.com/explain/613cf8a0-d76c-4386-9680-5b6b537c3463
37+
// $url will be e.g. https://explainmysql.com/e/C0Omak70mLEXfok1a7Oo1n
3838
$url = Film::where('description', 'like', '%astronaut%')
3939
->explainForHumans();
4040

@@ -56,7 +56,7 @@ In some cases you are executing raw SQL queries and don't use the query builder.
5656
```php
5757
use Tpetry\MysqlExplain\Facades\MysqlExplain;
5858

59-
// $url will be e.g. https://explainmysql.com/explain/89eef861-e01b-4ab1-8fa4-4f7dd9d33ead
59+
// $url will be e.g. https://explainmysql.com/e/H1pfKQ7FH3HnH87dS64Wk1
6060
$url = MysqlExplain::submitQuery(
6161
DB::connection('mysql'),
6262
'SELECT * FROM actor WHERE first_name = ?',

0 commit comments

Comments
 (0)