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
8353d154c4
commit
80191a2e46
@ -77,7 +77,7 @@ class LocationRepository
|
|||||||
}
|
}
|
||||||
|
|
||||||
$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 = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user