commented out old decription reference in loc repo

there was a reference to storing descriptions in the database that no
longer has a corresponding table since it was changed

just commenting it out for now because it will be implemented again at a
later date
This commit is contained in:
ro 2024-10-01 11:39:55 -06:00
parent 8353d154c4
commit 80191a2e46

View file

@ -77,7 +77,7 @@ class LocationRepository
}
$location->name = $request->name;
$location->description = $request->description;
//$location->description = $request->description;
$location->archive_links = $request->archive_links;
$result = [];