Skip to content

Commit 7ccfce2

Browse files
authored
Fix PHP Code Styling (#15)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2 parents e33b662 + e7a96a4 commit 7ccfce2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Models/Comment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function getCommentatorAttribute()
3030
if ($this->user) {
3131
return call_user_func(config('nested-comments.closures.getUserNameUsing'), $this->user);
3232
}
33+
3334
return $this->getAttribute('guest_name');
3435
}
3536

src/NestedComments.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Coolsam\NestedComments;
44

55
use Filament\AvatarProviders\UiAvatarsProvider;
6-
use Filament\Facades\Filament;
76
use Filament\Support\Facades\FilamentColor;
87
use Illuminate\Contracts\Auth\Authenticatable;
98
use Illuminate\Database\Eloquent\Model;

0 commit comments

Comments
 (0)