Remove usage of codeception/specify and fzaninotto/faker

This commit is contained in:
ErickSkrauch
2019-12-29 17:55:21 +03:00
parent 43a4a58053
commit 7607248c27
5 changed files with 12 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ declare(strict_types=1);
namespace common\models;
use common\components\SkinSystem\Api as SkinSystemApi;
use common\components\SkinsSystemApi as SkinSystemApi;
use DateInterval;
use DateTime;
use GuzzleHttp\Exception\GuzzleException;