Completed
Push — master ( 93f0f8...1e1dbb )
by CodexShaper
12:14 queued 04:59
created
src/Http/Controllers/PwaController.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.