mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Remove name from blanking paroperties
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9b522006f3
commit
b8231f420b
|
@ -250,7 +250,6 @@ class LocationsController extends Controller
|
||||||
|
|
||||||
// unset these values
|
// unset these values
|
||||||
$location->id = null;
|
$location->id = null;
|
||||||
$location->name = null;
|
|
||||||
$location->image = null;
|
$location->image = null;
|
||||||
|
|
||||||
return view('locations/edit')
|
return view('locations/edit')
|
||||||
|
|
Loading…
Reference in a new issue