Fix EOL ;

This commit is contained in:
Dennis Eichhorn 2020-05-22 14:05:38 +02:00 committed by GitHub
parent 3019a5fb10
commit 566cfaa124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
namespace phpOMS\Module;
use phpOMS\Application\ApplicationInfo;
use phpOMS\Config\SettingsInterface
use phpOMS\Config\SettingsInterface;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\DataStorage\Database\Query\Builder;
use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder;