Ensured same long URL can be used multiple times for different short URLs

This commit is contained in:
Alejandro Celaya
2018-09-11 19:44:33 +02:00
parent fcb9121e5a
commit c2dd5b8c47
3 changed files with 13 additions and 33 deletions

View File

@@ -3,6 +3,10 @@ declare(strict_types=1);
namespace Shlinkio\Shlink\Common;
use function getenv;
use function strtolower;
use function trim;
/**
* Gets the value of an environment variable. Supports boolean, empty and null.
* This is basically Laravel's env helper