Updated changelog for v1.14.1

This commit is contained in:
Alejandro Celaya
2018-11-17 19:26:07 +01:00
parent 79b2a0839f
commit f48f98f4d7
3 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@ declare(strict_types=1);
namespace ShlinkioTest\Shlink\Core\Entity;
use Cake\Chronos\Chronos;
use PHPUnit\Framework\TestCase;
use Shlinkio\Shlink\Core\Entity\ShortUrl;
use Shlinkio\Shlink\Core\Entity\Visit;
use PHPUnit\Framework\TestCase;
use Shlinkio\Shlink\Core\Model\Visitor;
class VisitTest extends TestCase