Skip to content

Commit aa7b232

Browse files
glorandStyleCIBot
andauthored
Apply fixes from StyleCI (#113)
Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent b924e6a commit aa7b232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Models/UsersWithParentModelWithField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ class UsersWithParentModelWithField extends UserWithTextField
77
protected $table = 'users_with_field';
88

99
protected $fillable = ['id', 'name'];
10-
}
10+
}

tests/ParentChildSettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public function testSettingsForChild()
2020
$this->model->save();
2121
$this->assertEquals($this->model->settings()->all(), $testArray);
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)