1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00

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 d5c4a3c714
commit 87ef424e70

View File

@ -76,8 +76,8 @@ class LocationRepository
$location->images = json_encode($images); $location->images = json_encode($images);
} }
$location->name = $request->name; $location->name = $request->name;
$location->description = $request->description; //$location->description = $request->description;
$location->archive_links = $request->archive_links; $location->archive_links = $request->archive_links;
$result = []; $result = [];