🆙 Fix laravel pint spaces 🆙

This commit is contained in:
Remco
2026-01-07 19:35:41 +01:00
parent 711fa2c29e
commit dc418a51a1
13 changed files with 14 additions and 12 deletions
+1
View File
@@ -134,6 +134,7 @@ class Article extends Model
->each(fn (AuthorNotification $follower) => $follower->user->notify($this->user, NotificationType::ArticlePosted, $this->getNotificationUrl()),
);
}
protected function casts(): array
{
return [