From 0f935425bdd9c406f06fa50efc222f1f769a072a Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Mar 2024 15:34:59 +0100 Subject: [PATCH] Update src/Bridge/AbstractBridge.php Co-authored-by: Lonnytunes --- src/Bridge/AbstractBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bridge/AbstractBridge.php b/src/Bridge/AbstractBridge.php index f61723c..c6c5ee9 100644 --- a/src/Bridge/AbstractBridge.php +++ b/src/Bridge/AbstractBridge.php @@ -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)); } /**