Completed
Push β€” 6.0 ( 7c4b73...f9b4e1 )
by liu
04:19
created
src/think/service/ModelService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 // +----------------------------------------------------------------------
9 9
 // | Author: yunwuxin <[email protected]>
10 10
 // +----------------------------------------------------------------------
11
-declare (strict_types = 1);
11
+declare(strict_types=1);
12 12
 
13 13
 namespace think\service;
14 14
 
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 {
23 23
     public function boot()
24 24
     {
25
-        Model::maker(function (Model $model) {
25
+        Model::maker(function(Model $model) {
26 26
             $db     = $this->app->db;
27 27
             $config = $this->app->config;
28 28
             $model->setDb($db);
Please login to merge, or discard this patch.