@@ -146,6 +146,6 @@ |
||
| 146 | 146 | */ |
| 147 | 147 | public function findAllByNamespace($namespace) |
| 148 | 148 | { |
| 149 | - return $this->model->where('key', 'LIKE', $namespace . '%')->get(); |
|
| 149 | + return $this->model->where('key', 'LIKE', $namespace.'%')->get(); |
|
| 150 | 150 | } |
| 151 | 151 | } |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | continue; |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | - if (!$settings->has($key = 'streams::' . $key)) { |
|
| 96 | + if (!$settings->has($key = 'streams::'.$key)) { |
|
| 97 | 97 | continue; |
| 98 | 98 | } |
| 99 | 99 | |