Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WatheqAlshowaiter/model-required-fi…
Browse files Browse the repository at this point in the history
…elds
  • Loading branch information
WatheqAlshowaiter committed Aug 7, 2024
2 parents ee46c9b + 3a2d625 commit a62c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RequiredFieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class RequiredFieldsTest extends TestCase

public function test_get_required_fields_for_father_model()
{
$this->assertEquals([
$this->assertEquals([
'name',
'email',
], Father::getRequiredFields());
Expand Down

0 comments on commit a62c137

Please sign in to comment.