Skip to content

Commit f9edced

Browse files
remove debug
1 parent 8287a2d commit f9edced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Models/News.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function isArchived(): bool
7777

7878
public function isPublished(): bool
7979
{
80-
debug($this);
8180

8281
return $this->status?->is(NewsStatus::published);
8382
}

0 commit comments

Comments
 (0)