Skip to content

Commit 2de17ad

Browse files
committed
add 'serp/google/finance_'
1 parent d61449b commit 2de17ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DFSClient/Models/DataMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function paveDataNew(PaveDataOptions $paveDataOptions)
9999
$this->currentIterationPath = $this->prepareStructurePath($paveDataOptions->getPrevPath());
100100
$dictionaryPaths = $paveDataOptions->getPathsToDictionary();
101101

102-
if (isset($content->type)) {
102+
if (is_object($content) && isset($content->type)) {
103103
$entity = EntityFactory::create($content->type);
104104
}
105105

0 commit comments

Comments
 (0)