Commit 58b54e19 by Vladislav

fix log image

1 parent c7d4f915
Showing with 1 additions and 1 deletions
......@@ -59,7 +59,7 @@ class AddAdImages extends DirectRequest
if (!isset($add_result['AdImageHash'])) {
Log::debug("AddAdImage, empty AdImageHash");
Log::debug($add_result);
Log::debug($this->getParams()['AdImages'][$key]);
Log::debug($this->getParams()['AdImages'][$key]['Name']);
$goalAdImage->where('id', $goalAdImage->getKey())
->update([
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!