Skip to content

Commit

Permalink
Update DatabaseInfo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sausin authored Apr 11, 2020
1 parent 6feccc4 commit beb9841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ protected function isDatabaseCompatible(): bool
{
$this->driver = $this->getDatabaseName();

return in_array($this->driver, $this->supportedDrivers))
return in_array($this->driver, $this->supportedDrivers));
}

protected function getDatabaseName(): string
Expand Down

0 comments on commit beb9841

Please sign in to comment.