Skip to content

Commit 37951fd

Browse files
committed
enhance: updated grammar for laravel 12
1 parent ca2bd3a commit 37951fd

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
@@ -266,7 +266,7 @@ public function compileDropIfExists(Blueprint $blueprint, Fluent $command)
266266
) DROP TABLE ".$blueprint->getTable();
267267
}
268268

269-
public function compileTables()
269+
public function compileTables($schema)
270270
{
271271
return "select
272272
o.name as name,

0 commit comments

Comments
 (0)