1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-14 19:59:38 +01:00

Fix issue with the alert helper test

This commit is contained in:
Kovah 2020-01-24 13:29:46 +01:00
parent fd6792b913
commit 25a1732156
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -11,6 +11,8 @@
declare(strict_types=1);
namespace Tests\Unit\Helper;
use App\Helper\Alert;
use Tests\TestCase;