@@ -3,6 +3,10 @@ |
||
3 | 3 | use CodexShaper\PWA\Model\Setting; |
4 | 4 | |
5 | 5 | if (!function_exists('pwa_asset')) { |
6 | + |
|
7 | + /** |
|
8 | + * @param string $path |
|
9 | + */ |
|
6 | 10 | function pwa_asset($path) |
7 | 11 | { |
8 | 12 | return route('pwa.asset', ['path' => $path]); |
@@ -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,11 +200,11 @@ 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 | * |
207 | - * @return \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse |
|
207 | + * @return \Illuminate\Http\RedirectResponse|null |
|
208 | 208 | */ |
209 | 209 | public function destroy(Setting $Setting) |
210 | 210 | { |