From b8231f420b11d96998ca629374fa445ed633e834 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 1 Mar 2023 14:12:33 -0800 Subject: [PATCH] Remove name from blanking paroperties Signed-off-by: snipe --- app/Http/Controllers/LocationsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/LocationsController.php b/app/Http/Controllers/LocationsController.php index 73066365d..39b73a979 100755 --- a/app/Http/Controllers/LocationsController.php +++ b/app/Http/Controllers/LocationsController.php @@ -250,7 +250,6 @@ class LocationsController extends Controller // unset these values $location->id = null; - $location->name = null; $location->image = null; return view('locations/edit')