fixup! handle slugs in persistent data manager
This commit is contained in:
parent
336e3dbd3f
commit
45c4206686
@ -12,6 +12,8 @@ interface IPersistentDataManager
|
||||
|
||||
public function selectFromDbById($id, string $type, bool $useRelations = false, array $withRelations = []);
|
||||
|
||||
public function selectFromDbBySlug(string $slug, string $type, bool $useRelations = false, array $withRelations = []);
|
||||
|
||||
public function loadRelationsFromDb(Model $model, bool $recursive = false, array $withRelations = []): void;
|
||||
|
||||
public function saveToDb(Model $model): void;
|
||||
|
Loading…
Reference in New Issue
Block a user