Skip to content

Commit 0f14212

Browse files
committed
Version Compare Bug
1 parent dfc1613 commit 0f14212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Query/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function __construct(Connection $connection, Processor $processor)
9696
$this->grammar = new Grammar;
9797
$this->connection = $connection;
9898
$this->processor = $processor;
99-
$this->useCollections = version_compare(\Illuminate\Foundation\Application::VERSION, '5.3.0', '>=');
99+
$this->useCollections = version_compare(\Illuminate\Foundation\Application::VERSION, '5.3', '>=');
100100
}
101101

102102
/**

0 commit comments

Comments
 (0)