Moved constants to its own file inside config folder

This commit is contained in:
Alejandro Celaya
2021-09-26 11:20:29 +02:00
parent c7d8c1cab5
commit cbec4a4e81
14 changed files with 33 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ use function Functional\map;
use function range;
use function strlen;
use const Shlinkio\Shlink\Core\DEFAULT_SHORT_CODES_LENGTH;
use const Shlinkio\Shlink\DEFAULT_SHORT_CODES_LENGTH;
class ShortUrlTest extends TestCase
{