mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-18 16:29:56 +03:00
Enabled Diactoros as module
This commit is contained in:
parent
d426dbc684
commit
cbc9f1257d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ declare(strict_types=1);
|
||||||
namespace Shlinkio\Shlink;
|
namespace Shlinkio\Shlink;
|
||||||
|
|
||||||
use Laminas\ConfigAggregator;
|
use Laminas\ConfigAggregator;
|
||||||
|
use Laminas\Diactoros;
|
||||||
use Mezzio;
|
use Mezzio;
|
||||||
use Mezzio\ProblemDetails;
|
use Mezzio\ProblemDetails;
|
||||||
|
|
||||||
|
@ -17,6 +18,7 @@ return (new ConfigAggregator\ConfigAggregator([
|
||||||
Mezzio\Plates\ConfigProvider::class,
|
Mezzio\Plates\ConfigProvider::class,
|
||||||
Mezzio\Swoole\ConfigProvider::class,
|
Mezzio\Swoole\ConfigProvider::class,
|
||||||
ProblemDetails\ConfigProvider::class,
|
ProblemDetails\ConfigProvider::class,
|
||||||
|
Diactoros\ConfigProvider::class,
|
||||||
Common\ConfigProvider::class,
|
Common\ConfigProvider::class,
|
||||||
Config\ConfigProvider::class,
|
Config\ConfigProvider::class,
|
||||||
IpGeolocation\ConfigProvider::class,
|
IpGeolocation\ConfigProvider::class,
|
||||||
|
|
Loading…
Add table
Reference in a new issue