Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test to Schema and Fields Trait #2

Merged
merged 7 commits into from Jun 26, 2021
Merged

Conversation

dersonsena
Copy link
Contributor

No description provided.

@dersonsena dersonsena changed the base branch from latest to nightly June 12, 2021 21:57
@@ -147,7 +147,7 @@ private function configureField(string $key, object $field): void
* @noinspection ReturnTypeCanBeDeclaredInspection
* @noinspection PhpMissingReturnTypeInspection
*/
public function newQuery($excludeDeleted = true)
public function newQuery(bool $excludeDeleted = true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eu acho que isso daqui sobrescreve um método do eloquent, vou precisar testar para ver se não quebra a classe

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wilcorrea você fala da tipagem? Acredito que isso não sobrescreve. Faço isso direto com outras coisas rsrsrs

@wilcorrea wilcorrea merged commit e5a7422 into nightly Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants