@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | /** |
| 113 | 113 | * Display the specified resource. |
| 114 | 114 | * |
| 115 | - * @param \App\PwaSetting $pwaSetting |
|
| 115 | + * @param \App\PwaSetting $Setting |
|
| 116 | 116 | * |
| 117 | 117 | * @return \Illuminate\Http\Response |
| 118 | 118 | */ |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | /** |
| 125 | 125 | * Show the form for editing the specified resource. |
| 126 | 126 | * |
| 127 | - * @param \App\PwaSetting $pwaSetting |
|
| 127 | + * @param \App\PwaSetting $Setting |
|
| 128 | 128 | * |
| 129 | 129 | * @return \Illuminate\Http\Response |
| 130 | 130 | */ |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | * Update the specified resource in storage. |
| 138 | 138 | * |
| 139 | 139 | * @param \Illuminate\Http\Request $request |
| 140 | - * @param \App\PwaSetting $pwaSetting |
|
| 140 | + * @param \App\PwaSetting $Setting |
|
| 141 | 141 | * |
| 142 | 142 | * @return \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse |
| 143 | 143 | */ |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | /** |
| 201 | 201 | * Remove the specified resource from storage. |
| 202 | 202 | * |
| 203 | - * @param \App\PwaSetting $pwaSetting |
|
| 203 | + * @param \App\PwaSetting $Setting |
|
| 204 | 204 | * |
| 205 | 205 | * @throws \Exception |
| 206 | 206 | * |