Commit 0f142129 authored by pi0's avatar pi0

Version Compare Bug

parent dfc16134
......@@ -96,7 +96,7 @@ class Builder extends BaseBuilder
$this->grammar = new Grammar;
$this->connection = $connection;
$this->processor = $processor;
$this->useCollections = version_compare(\Illuminate\Foundation\Application::VERSION, '5.3.0', '>=');
$this->useCollections = version_compare(\Illuminate\Foundation\Application::VERSION, '5.3', '>=');
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment