1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

use transaction

This commit is contained in:
Robin Appelman 2019-03-05 23:39:18 +01:00
commit 8f82097d93
2 changed files with 17 additions and 2 deletions

View file

@ -109,7 +109,8 @@ class Container {
$this->getPlayerProvider(),
$this->getChatProvider(),
$this->getUserProvider(),
$this->getDemoProvider()
$this->getDemoProvider(),
$this->getConnection()
),
$this->getUploadKey()
);