mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 00:54:27 +02:00
Work with DatabaseException in UserDeletedRepository
This commit is contained in:
parent
2879db12dc
commit
e4a93fc9c7
5 changed files with 20 additions and 18 deletions
|
@ -43,7 +43,7 @@ trait CreateDatabaseTrait
|
|||
]));
|
||||
|
||||
$database = new StaticDatabase($config, (new DbaDefinition($this->root->url()))->load(), (new ViewDefinition($this->root->url()))->load());
|
||||
$database->setTestmode(true);
|
||||
$database->throwExceptionsOnErrors(true);
|
||||
|
||||
return $database;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue