mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed wrong casing of SQLitePlatform
This commit is contained in:
parent
777bfed813
commit
7d9be5ae76
6 changed files with 9 additions and 12 deletions
|
@ -26,7 +26,6 @@ namespace App\Doctrine\Middleware;
|
|||
use App\Exceptions\InvalidRegexException;
|
||||
use Doctrine\DBAL\Driver\Connection;
|
||||
use Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware;
|
||||
use Doctrine\DBAL\Platforms\SqlitePlatform;
|
||||
|
||||
/**
|
||||
* This middleware is used to add the regexp operator to the SQLite platform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue