Skip to content

Commit 40e316d

Browse files
committed
Fix return type
1 parent 9a9b586 commit 40e316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function publishedColumn(): ?string
174174
return $column;
175175
}
176176

177-
public function defaultPublishState(): ?string
177+
public function defaultPublishState(): ?bool
178178
{
179179
if (! $this->hasPublishStates()) {
180180
return null;

0 commit comments

Comments
 (0)