mirror of
https://github.com/icewind1991/lockpick.git
synced 2026-06-03 17:24:09 +02:00
clear, readme
This commit is contained in:
parent
4b90444fa3
commit
2fa6f5d552
4 changed files with 115 additions and 0 deletions
|
|
@ -101,4 +101,10 @@ class TraceStore {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public function clear(): void {
|
||||
$query = $this->connection->getQueryBuilder();
|
||||
$query->delete('lockpick_traces');
|
||||
$query->executeStatement();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue