Remove name from blanking paroperties

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-03-01 14:12:33 -08:00
parent 9b522006f3
commit b8231f420b

View file

@ -250,7 +250,6 @@ class LocationsController extends Controller
// unset these values
$location->id = null;
$location->name = null;
$location->image = null;
return view('locations/edit')