diff --git a/src/Schema/Builder.php b/src/Schema/Builder.php index eaf9e4e..fbc25c5 100644 --- a/src/Schema/Builder.php +++ b/src/Schema/Builder.php @@ -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)); }