mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -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
|
||||
$location->id = null;
|
||||
$location->name = null;
|
||||
$location->image = null;
|
||||
|
||||
return view('locations/edit')
|
||||
|
|
Loading…
Reference in a new issue