Commit 5706ed38 authored by pi0's avatar pi0

Style CI

parent 76b86559
...@@ -15,8 +15,8 @@ class MongodbServiceProvider extends ServiceProvider ...@@ -15,8 +15,8 @@ class MongodbServiceProvider extends ServiceProvider
Model::setEventDispatcher($this->app['events']); Model::setEventDispatcher($this->app['events']);
$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);
} }
/** /**
......
This diff is collapsed.
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