Skip to content

Commit ef91b44

Browse files
committed
chore: fix grammar comment
1 parent 44a57f5 commit ef91b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function getTables($schema = null)
152152
foreach ($db->listCollections() as $collectionInfo) {
153153
$collectionName = $collectionInfo->getName();
154154

155-
// Skip views it doesnt suport aggregate
155+
// Skip views, which don't support aggregate
156156
if ($collectionInfo->getType() === 'view') {
157157
continue;
158158
}

0 commit comments

Comments
 (0)