Skip to content

Commit

Permalink
Fix compatibility with laravel/framework#49264
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Dec 21, 2023
1 parent c65b1f0 commit 4065d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function hasView($view): bool
])) > 0;
}

public function getForeignKeys(string $tableName): array
public function getForeignKeys($tableName): array
{
return $this->connection->selectFromWriteConnection($this->grammar->compileForeignKeysListing($tableName));
}
Expand Down

0 comments on commit 4065d5d

Please sign in to comment.