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.
2 parents e33b662 + e7a96a4 commit 7ccfce2Copy full SHA for 7ccfce2
src/Models/Comment.php
@@ -30,6 +30,7 @@ public function getCommentatorAttribute()
30
if ($this->user) {
31
return call_user_func(config('nested-comments.closures.getUserNameUsing'), $this->user);
32
}
33
+
34
return $this->getAttribute('guest_name');
35
36
src/NestedComments.php
@@ -3,7 +3,6 @@
3
namespace Coolsam\NestedComments;
4
5
use Filament\AvatarProviders\UiAvatarsProvider;
6
-use Filament\Facades\Filament;
7
use Filament\Support\Facades\FilamentColor;
8
use Illuminate\Contracts\Auth\Authenticatable;
9
use Illuminate\Database\Eloquent\Model;
0 commit comments