@@ -37,7 +37,7 @@ |
||
37 | 37 | * TokensRepository constructor. |
38 | 38 | * @param TokenRepositoryConfigInterface $config |
39 | 39 | * @param TokenGeneratorInterface $generator |
40 | - * @param TokenRecordInterface|null $model |
|
40 | + * @param TokenRecordInterface $model |
|
41 | 41 | */ |
42 | 42 | public function __construct( |
43 | 43 | TokenRecordInterface $model, |
@@ -7,7 +7,6 @@ discard block |
||
7 | 7 | use Wearesho\Yii\Exceptions\DeliveryLimitReachedException; |
8 | 8 | use Wearesho\Yii\Exceptions\InvalidRecipientException; |
9 | 9 | use Wearesho\Yii\Exceptions\InvalidTokenException; |
10 | - |
|
11 | 10 | use Wearesho\Yii\Exceptions\ValidationException; |
12 | 11 | use Wearesho\Yii\Interfaces\TokenableEntityInterface; |
13 | 12 | use Wearesho\Yii\Interfaces\TokenGeneratorInterface; |
@@ -15,7 +14,6 @@ discard block |
||
15 | 14 | use Wearesho\Yii\Interfaces\TokenRecordInterface; |
16 | 15 | use Wearesho\Yii\Interfaces\TokenRepositoryInterface; |
17 | 16 | use Wearesho\Yii\Interfaces\TokenRepositoryConfigInterface; |
18 | - |
|
19 | 17 | use Wearesho\Yii\Interfaces\TokenSendServiceInterface; |
20 | 18 | |
21 | 19 | /** |