@@ -201,7 +201,7 @@ |
||
201 | 201 | //存储验证码 |
202 | 202 | $this->store->set($this->getFullName(), $this->hash(strtolower($code))); |
203 | 203 | |
204 | - $this->image = new Image($image);; |
|
204 | + $this->image = new Image($image); ; |
|
205 | 205 | |
206 | 206 | return $this->image; |
207 | 207 | } |
@@ -40,7 +40,7 @@ |
||
40 | 40 | ); |
41 | 41 | |
42 | 42 | //注册到容器中 |
43 | - $this->app->singleton('captcha', function () { |
|
43 | + $this->app->singleton('captcha', function() { |
|
44 | 44 | |
45 | 45 | $config = config('captcha', array()); |
46 | 46 |