@@ -17,8 +17,6 @@ |
||
| 17 | 17 | |
| 18 | 18 | namespace App\Http\Controllers; |
| 19 | 19 | |
| 20 | -use App\Http\Requests; |
|
| 21 | -use App\Models\DbConfig; |
|
| 22 | 20 | use Illuminate\Http\Request; |
| 23 | 21 | use Settings; |
| 24 | 22 | |
@@ -220,7 +220,7 @@ |
||
| 220 | 220 | * Clear the settings cache. |
| 221 | 221 | * If path is set, only clear the path and it's parents. |
| 222 | 222 | * |
| 223 | - * @param null $key The path to clear. |
|
| 223 | + * @param string $key The path to clear. |
|
| 224 | 224 | */ |
| 225 | 225 | public function flush($key = null) |
| 226 | 226 | { |