Updated shlink packages and installed shlink-config

This commit is contained in:
Alejandro Celaya
2020-03-14 19:24:21 +01:00
parent da858f0353
commit d32112fe7e
8 changed files with 25 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Shlinkio\Shlink\CLI;
use function Shlinkio\Shlink\Common\loadConfigFromGlob;
use function Shlinkio\Shlink\Config\loadConfigFromGlob;
class ConfigProvider
{