Add proper error handling when user/group cannot be found

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-05-04 11:26:45 +02:00
parent a6b6842e2b
commit 860cbab1d3
3 changed files with 15 additions and 5 deletions

View File

@@ -25,7 +25,8 @@ namespace OCA\Deck\Db;
class RelationalObject implements \JsonSerializable {
private $primaryKey;
protected $primaryKey;
protected $object;
/**
* RelationalObject constructor.