diff --git a/app/Repositories/LocationRepository.php b/app/Repositories/LocationRepository.php index 47227d9..771ed0d 100644 --- a/app/Repositories/LocationRepository.php +++ b/app/Repositories/LocationRepository.php @@ -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 = [];