Skip to content

Commit 3bc2397

Browse files
committed
Library doesn't exist anymore
1 parent f82b419 commit 3bc2397

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Http/Controllers/Admin/LocationController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function view($id)
103103
* @return \Illuminate\Http\RedirectResponse
104104
*
105105
* @throws \Throwable
106-
* @throws \Watson\Validating\ValidationException
107106
*/
108107
public function create(LocationFormRequest $request)
109108
{
@@ -121,7 +120,6 @@ public function create(LocationFormRequest $request)
121120
* @return \Illuminate\Http\RedirectResponse
122121
*
123122
* @throws \Throwable
124-
* @throws \Watson\Validating\ValidationException
125123
*/
126124
public function update(LocationFormRequest $request, Location $location)
127125
{

0 commit comments

Comments
 (0)