Moved config post-processors to their own sub-namespace

This commit is contained in:
Alejandro Celaya
2023-01-07 13:04:46 +01:00
parent 390bc59d99
commit a06957e9fa
6 changed files with 13 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Shlinkio\Shlink\Core\Config;
namespace Shlinkio\Shlink\Core\Config\PostProcessor;
use function Functional\map;

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Shlinkio\Shlink\Core\Config;
namespace Shlinkio\Shlink\Core\Config\PostProcessor;
use function Functional\map;
use function str_replace;