From f8b892a1540ad0b298d2fdb27c1c3c82f9765368 Mon Sep 17 00:00:00 2001 From: JNapolitanoIT Date: Sat, 4 Feb 2023 09:13:14 -0800 Subject: [PATCH] Updated Builder Fixed TYPO --- src/Builder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Builder.php b/src/Builder.php index d6c0a00..0ee2e26 100644 --- a/src/Builder.php +++ b/src/Builder.php @@ -9,7 +9,7 @@ /** * The main Query Builder class. Objects initialized from this - * class is responsible for building queries and handling the + * class are responsible for building queries and handling the * libraries that are used to execute those queries * * @package DatabaseFactory