We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82b419 commit 3bc2397Copy full SHA for 3bc2397
app/Http/Controllers/Admin/LocationController.php
@@ -103,7 +103,6 @@ public function view($id)
103
* @return \Illuminate\Http\RedirectResponse
104
*
105
* @throws \Throwable
106
- * @throws \Watson\Validating\ValidationException
107
*/
108
public function create(LocationFormRequest $request)
109
{
@@ -121,7 +120,6 @@ public function create(LocationFormRequest $request)
121
120
122
123
124
125
126
public function update(LocationFormRequest $request, Location $location)
127
0 commit comments