Skip to content

Commit

Permalink
When debugging the Entity we also want to know if it (or one of the n…
Browse files Browse the repository at this point in the history
…ested entities) has errors.
  • Loading branch information
JoshuaLuckers committed Jul 6, 2018
1 parent c45b982 commit dbb40ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Datasource/EntityTrait.php
Expand Up @@ -1458,6 +1458,7 @@ public function __debugInfo()
'[dirty]' => $this->_dirty,
'[original]' => $this->_original,
'[virtual]' => $this->_virtual,
'[hasErrors]' => $this->hasErrors(),
'[errors]' => $this->_errors,
'[invalid]' => $this->_invalid,
'[repository]' => $this->_registryAlias
Expand Down

0 comments on commit dbb40ce

Please sign in to comment.