Skip to content

Commit

Permalink
Fix compatibility with laravel/framework#49231 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw authored Dec 21, 2023
1 parent 6724747 commit c65b1f0
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 @@ -28,7 +28,7 @@ public function dropView(string $view): void
$this->build($blueprint);
}

public function hasView(string $view): bool
public function hasView($view): bool
{
return count($this->connection->selectFromWriteConnection($this->grammar->compileViewExists(), [
$this->connection->getConfig()['schema'],
Expand Down

0 comments on commit c65b1f0

Please sign in to comment.