mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 08:37:53 +02:00
Apply Laravel Pint fixes
This commit is contained in:
@ -145,7 +145,7 @@ class TwoFAccountModelTest extends ModelTestCase
|
||||
*/
|
||||
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