Commit c0e80b4b authored by pi0's avatar pi0

Style CI

parent 49eb85cb
...@@ -15,7 +15,7 @@ class MongodbServiceProvider extends ServiceProvider ...@@ -15,7 +15,7 @@ class MongodbServiceProvider extends ServiceProvider
Model::setEventDispatcher($this->app['events']); Model::setEventDispatcher($this->app['events']);
if(!defined('SHOULD_RETURN_COLLECTION')) { if (!defined('SHOULD_RETURN_COLLECTION')) {
$s = explode('.', \Illuminate\Foundation\Application::VERSION); $s = explode('.', \Illuminate\Foundation\Application::VERSION);
define('SHOULD_RETURN_COLLECTION', (10 * $s[0] + $s[1]) >= 53); define('SHOULD_RETURN_COLLECTION', (10 * $s[0] + $s[1]) >= 53);
} }
......
...@@ -1036,4 +1036,4 @@ class Builder extends BaseBuilder ...@@ -1036,4 +1036,4 @@ class Builder extends BaseBuilder
return parent::__call($method, $parameters); return parent::__call($method, $parameters);
} }
} }
\ No newline at end of file
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