Add proper error handling when user/group cannot be found
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -25,7 +25,8 @@ namespace OCA\Deck\Db;
|
||||
|
||||
class RelationalObject implements \JsonSerializable {
|
||||
|
||||
private $primaryKey;
|
||||
protected $primaryKey;
|
||||
protected $object;
|
||||
|
||||
/**
|
||||
* RelationalObject constructor.
|
||||
|
||||
Reference in New Issue
Block a user