Skip to content

Commit

Permalink
Update src/Bridge/AbstractBridge.php
Browse files Browse the repository at this point in the history
Co-authored-by: Lonnytunes <[email protected]>
  • Loading branch information
pounard and Lonnytunes authored Mar 12, 2024
1 parent 62dcbad commit 0f93542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/AbstractBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ protected function createSchemaManager(): SchemaManager
return new SQLiteSchemaManager($this, $this);
}

throw new UnsupportedFeatureError(\sprintf("Schema reader is not implemented yet for vendor '%s'", $serverFlavor));
throw new UnsupportedFeatureError(\sprintf("Schema manager is not implemented yet for vendor '%s'", $serverFlavor));
}

/**
Expand Down

0 comments on commit 0f93542

Please sign in to comment.