We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580bc5d commit 2ced226Copy full SHA for 2ced226
src/Model/Entity/Client.php
@@ -29,6 +29,7 @@ protected function _getParent()
29
return null;
30
}
31
$parentTable = TableRegistry::get($this->parent_model);
32
+
33
return $parentTable->get($this->parent_id);
34
35
0 commit comments