Library doesn't exist anymore
This commit is contained in:
parent
f82b419d47
commit
3bc2397795
1 changed files with 0 additions and 2 deletions
|
@ -103,7 +103,6 @@ class LocationController extends Controller
|
||||||
* @return \Illuminate\Http\RedirectResponse
|
* @return \Illuminate\Http\RedirectResponse
|
||||||
*
|
*
|
||||||
* @throws \Throwable
|
* @throws \Throwable
|
||||||
* @throws \Watson\Validating\ValidationException
|
|
||||||
*/
|
*/
|
||||||
public function create(LocationFormRequest $request)
|
public function create(LocationFormRequest $request)
|
||||||
{
|
{
|
||||||
|
@ -121,7 +120,6 @@ class LocationController extends Controller
|
||||||
* @return \Illuminate\Http\RedirectResponse
|
* @return \Illuminate\Http\RedirectResponse
|
||||||
*
|
*
|
||||||
* @throws \Throwable
|
* @throws \Throwable
|
||||||
* @throws \Watson\Validating\ValidationException
|
|
||||||
*/
|
*/
|
||||||
public function update(LocationFormRequest $request, Location $location)
|
public function update(LocationFormRequest $request, Location $location)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue