graphs
This commit is contained in:
@@ -226,6 +226,15 @@ readonly class RecordService
|
||||
$this->recordRepo->deleteMany($recordsIds);
|
||||
}
|
||||
|
||||
public function emptyTrash(
|
||||
string $schemaName,
|
||||
): void
|
||||
{
|
||||
|
||||
$schema = $this->channelService->getSchema($schemaName)->get();
|
||||
$this->recordRepo->deleteTrashedBySchema($schemaName);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @throws LucentException
|
||||
|
||||
Reference in New Issue
Block a user