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:
parent
d5c4a3c714
commit
87ef424e70
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user