File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Three new methods have been added to the query builder for very easy submission
34
34
35
35
36
36
``` 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
38
38
$url = Film::where('description', 'like', '%astronaut%')
39
39
->explainForHumans();
40
40
@@ -56,7 +56,7 @@ In some cases you are executing raw SQL queries and don't use the query builder.
56
56
``` php
57
57
use Tpetry\MysqlExplain\Facades\MysqlExplain;
58
58
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
60
60
$url = MysqlExplain::submitQuery(
61
61
DB::connection('mysql'),
62
62
'SELECT * FROM actor WHERE first_name = ?',
You can’t perform that action at this time.
0 commit comments