Updated to latest shlink-common and shlink-config

This commit is contained in:
Alejandro Celaya
2022-01-04 17:50:41 +01:00
parent e2871fc048
commit 3dc46bc5a3
17 changed files with 25 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
use Happyr\DoctrineSpecification\Repository\EntitySpecificationRepository;
use function Functional\contains;
use function Shlinkio\Shlink\Common\env;
use function Shlinkio\Shlink\Config\env;
return (static function (): array {
$driver = env('DB_DRIVER');