Skip to content

Commit 2ced226

Browse files
authored
Update Client.php
1 parent 580bc5d commit 2ced226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Model/Entity/Client.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected function _getParent()
2929
return null;
3030
}
3131
$parentTable = TableRegistry::get($this->parent_model);
32+
3233
return $parentTable->get($this->parent_id);
3334
}
3435

0 commit comments

Comments
 (0)