mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 00:51:04 +02:00
Apply Laravel Pint fixes
This commit is contained in:
@ -19,12 +19,18 @@ class TwoFAccountModelTest extends FeatureTestCase
|
||||
/**
|
||||
* @var \App\Models\User|\Illuminate\Contracts\Auth\Authenticatable
|
||||
*/
|
||||
protected $user, $anotherUser;
|
||||
protected $user;
|
||||
|
||||
protected $anotherUser;
|
||||
|
||||
/**
|
||||
* @var \App\Models\TwoFAccount
|
||||
*/
|
||||
protected $customTotpTwofaccount, $customHotpTwofaccount, $customSteamTotpTwofaccount;
|
||||
protected $customTotpTwofaccount;
|
||||
|
||||
protected $customHotpTwofaccount;
|
||||
|
||||
protected $customSteamTotpTwofaccount;
|
||||
|
||||
/**
|
||||
* Helpers $helpers;
|
||||
|
Reference in New Issue
Block a user