forked from projects/thebadspace
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
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ class LocationRepository
|
|||
$location->images = json_encode($images);
|
||||
}
|
||||
|
||||
$location->name = $request->name;
|
||||
$location->description = $request->description;
|
||||
$location->name = $request->name;
|
||||
//$location->description = $request->description;
|
||||
$location->archive_links = $request->archive_links;
|
||||
|
||||
$result = [];
|
||||
|
|
Loading…
Reference in a new issue