Skip to content

Commit

Permalink
Apply fixes from StyleCI (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
glorand and StyleCIBot authored Sep 21, 2023
1 parent b924e6a commit aa7b232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Models/UsersWithParentModelWithField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class UsersWithParentModelWithField extends UserWithTextField
protected $table = 'users_with_field';

protected $fillable = ['id', 'name'];
}
}
2 changes: 1 addition & 1 deletion tests/ParentChildSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public function testSettingsForChild()
$this->model->save();
$this->assertEquals($this->model->settings()->all(), $testArray);
}
}
}

0 comments on commit aa7b232

Please sign in to comment.