Skip to content

Commit d8ade08

Browse files
Add \Illuminate\Database\Schema\Blueprint changed constructor signature description (#10296)
* Add \Illuminate\Database\Schema\Blueprint changed constructor signature description * Update upgrade.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 1de335b commit d8ade08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

upgrade.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@ $table = Schema::getTableListing(schema: 'main', schemaQualified: false);
181181

182182
The `db:table` and `db:show` commands now output the results of all schemas on MySQL, MariaDB, and SQLite, just like PostgreSQL and SQL Server.
183183

184+
<a name="updated-blueprint-constructor-signature"></a>
185+
#### Updated `Blueprint` Constructor Signature
186+
187+
**Likelihood Of Impact: Very Low**
188+
189+
The constructor of the `Illuminate\Database\Schema\Blueprint` class now expects an instance of `Illuminate\Database\Connection` as its first argument.
190+
184191
<a name="eloquent"></a>
185192
### Eloquent
186193

0 commit comments

Comments
 (0)