We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3886e commit 0533115Copy full SHA for 0533115
src/Models/BaseModel.php
@@ -112,7 +112,7 @@ public function getPrimaryKeyIdentifierAttribute(): string
112
));
113
}
114
115
- public function appendIndexRequiredOnFilteringAttribute(bool $appendIndex = true): self
+ public function appendIndexRequiredOnFilteringAttribute(bool $appendIndex = true): static
116
{
117
return $appendIndex && $this->indexRequiredOnFiltering ? $this->append(['index_required_on_filtering']) : $this;
118
0 commit comments