@@ -33,9 +33,9 @@ |
||
| 33 | 33 | {
|
| 34 | 34 | $inputs = $this->app->get($this->method); |
| 35 | 35 | |
| 36 | - $content = json_decode($this->app['request']->getContent(),1); |
|
| 36 | + $content = json_decode($this->app['request']->getContent(), 1); |
|
| 37 | 37 | |
| 38 | - if(is_array($inputs) && count($inputs)){
|
|
| 38 | + if (is_array($inputs) && count($inputs)) {
|
|
| 39 | 39 | return $inputs; |
| 40 | 40 | } |
| 41 | 41 | |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | * @param null $default |
| 15 | 15 | * @return mixed |
| 16 | 16 | */ |
| 17 | - public function input($key, $default=null); |
|
| 17 | + public function input($key, $default = null); |
|
| 18 | 18 | |
| 19 | 19 | /** |
| 20 | 20 | * @param $key |