| @@ -7,7 +7,7 @@ | ||
| 7 | 7 | * Get asset from given path. | 
| 8 | 8 | * | 
| 9 | 9 | * @param string $path | 
| 10 | - * @return \Illuminate\Http\Response | |
| 10 | + * @return string | |
| 11 | 11 | */ | 
| 12 | 12 | function pwa_asset($path) | 
| 13 | 13 |      { | 
| @@ -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 |      { |