Commit c0e80b4b authored by pi0's avatar pi0

Style CI

parent 49eb85cb
......@@ -15,7 +15,7 @@ class MongodbServiceProvider extends ServiceProvider
Model::setEventDispatcher($this->app['events']);
if(!defined('SHOULD_RETURN_COLLECTION')) {
if (!defined('SHOULD_RETURN_COLLECTION')) {
$s = explode('.', \Illuminate\Foundation\Application::VERSION);
define('SHOULD_RETURN_COLLECTION', (10 * $s[0] + $s[1]) >= 53);
}
......
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