| @@ -173,7 +173,7 @@ | ||
| 173 | 173 | * | 
| 174 | 174 | * @throws \Exception | 
| 175 | 175 | * | 
| 176 | - * @return \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse | |
| 176 | + * @return \Illuminate\Http\RedirectResponse|null | |
| 177 | 177 | */ | 
| 178 | 178 | public function destroy(Setting $Setting) | 
| 179 | 179 |      { | 
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | * | 
| 9 | 9 | * @param string $path | 
| 10 | 10 | * | 
| 11 | - * @return \Illuminate\Http\Response | |
| 11 | + * @return string | |
| 12 | 12 | */ | 
| 13 | 13 | function pwa_asset($path) | 
| 14 | 14 |      { |