Rename to RelationalEntity to avoid naming collission
This commit is contained in:
@@ -26,7 +26,7 @@ namespace OCA\Deck\Db;
|
||||
use JsonSerializable;
|
||||
|
||||
|
||||
class Stack extends Entity implements JsonSerializable {
|
||||
class Stack extends RelationalEntity implements JsonSerializable {
|
||||
|
||||
public $id;
|
||||
protected $title;
|
||||
|
||||
Reference in New Issue
Block a user