Skip to content

Commit 1c47406

Browse files
committed
enhance: add support for Grammar.php
1 parent e7cb4ac commit 1c47406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Schema/Grammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public function compileDropIndex(Blueprint $blueprint, Fluent $command)
308308
*
309309
* @return string
310310
*/
311-
public function compileDropForeign(Blueprint $blueprint, Fluent $command)
311+
public function compileDropForeign(\Illuminate\Database\Schema\Blueprint $blueprint, Fluent $command)
312312
{
313313
// Laravel expects Illuminate's blueprint as parameter to this method. Instead, we are using our own blueprint
314314
// might cause error

0 commit comments

Comments
 (0)