drop PHP 7 support, improve code

This commit is contained in:
2024-02-02 10:59:40 +01:00
parent 2b6ab8f809
commit e47817b95d
9 changed files with 181 additions and 222 deletions

View File

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use OxidEsales\Eshop\Core\DatabaseProvider;
require __DIR__ . '/../../../../source/bootstrap.php';