mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 16:41:03 +02:00
Apply Pint fixes
This commit is contained in:
@ -24,7 +24,7 @@ class TwoFAccountModelTest extends ModelTestCase
|
||||
public function test_model_configuration()
|
||||
{
|
||||
$this->runConfigurationAssertions(
|
||||
new TwoFAccount(),
|
||||
new TwoFAccount,
|
||||
[],
|
||||
[],
|
||||
['*'],
|
||||
@ -138,7 +138,7 @@ class TwoFAccountModelTest extends ModelTestCase
|
||||
#[Test]
|
||||
public function test_user_relation()
|
||||
{
|
||||
$model = new TwoFAccount();
|
||||
$model = new TwoFAccount;
|
||||
$relation = $model->user();
|
||||
|
||||
$this->assertInstanceOf(BelongsTo::class, $relation);
|
||||
|
Reference in New Issue
Block a user