Add isNotPublished()
method
This commit is contained in:
parent
7d79a2ea14
commit
c2e8d312c8
|
@ -16,6 +16,10 @@ final class PostBuilder {
|
||||||
return new self();
|
return new self();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isNotPublished(): self {
|
||||||
|
return $this;
|
||||||
|
}
|
||||||
|
|
||||||
public function isPublished(): self {
|
public function isPublished(): self {
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue