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 8287a2d commit f9edcedCopy full SHA for f9edced
app/Models/News.php
@@ -77,7 +77,6 @@ public function isArchived(): bool
77
78
public function isPublished(): bool
79
{
80
- debug($this);
81
82
return $this->status?->is(NewsStatus::published);
83
}
0 commit comments