mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-12 06:59:04 +02:00
Apply Laravel Pint fixes
This commit is contained in:
@ -15,7 +15,9 @@ class QrCodeControllerTest extends FeatureTestCase
|
||||
/**
|
||||
* @var \App\Models\User|\Illuminate\Contracts\Auth\Authenticatable
|
||||
*/
|
||||
protected $user, $anotherUser;
|
||||
protected $user;
|
||||
|
||||
protected $anotherUser;
|
||||
|
||||
/**
|
||||
* @var App\Models\TwoFAccount
|
||||
@ -29,7 +31,7 @@ class QrCodeControllerTest extends FeatureTestCase
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->user = User::factory()->create();
|
||||
$this->user = User::factory()->create();
|
||||
$this->anotherUser = User::factory()->create();
|
||||
|
||||
$this->twofaccount = TwoFAccount::factory()->for($this->user)->create([
|
||||
|
Reference in New Issue
Block a user