mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed static analysis issue.
This commit is contained in:
parent
256926be94
commit
23461a96c8
1 changed files with 3 additions and 1 deletions
|
@ -126,6 +126,8 @@ class DBInfoHelper
|
|||
if ($this->connection->getDatabasePlatform() instanceof SqlitePlatform) {
|
||||
return 'sqlite';
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue