Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
f9f9950cde
commit
bbba63c57b
@@ -19,10 +19,10 @@ use Relaticle\Comments\Events\CommentUpdated;
|
|||||||
use Relaticle\Comments\Mentions\MentionParser;
|
use Relaticle\Comments\Mentions\MentionParser;
|
||||||
use Relaticle\Comments\Models\Comment;
|
use Relaticle\Comments\Models\Comment;
|
||||||
|
|
||||||
class CommentItem extends Component implements HasForms, HasActions
|
class CommentItem extends Component implements HasActions, HasForms
|
||||||
{
|
{
|
||||||
use InteractsWithForms;
|
|
||||||
use InteractsWithActions;
|
use InteractsWithActions;
|
||||||
|
use InteractsWithForms;
|
||||||
use WithFileUploads;
|
use WithFileUploads;
|
||||||
|
|
||||||
public Comment $comment;
|
public Comment $comment;
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ use Relaticle\Comments\Mentions\MentionParser;
|
|||||||
use Relaticle\Comments\Models\Comment;
|
use Relaticle\Comments\Models\Comment;
|
||||||
use Relaticle\Comments\Models\Subscription;
|
use Relaticle\Comments\Models\Subscription;
|
||||||
|
|
||||||
class Comments extends Component implements HasForms, HasActions
|
class Comments extends Component implements HasActions, HasForms
|
||||||
{
|
{
|
||||||
use InteractsWithForms;
|
|
||||||
use InteractsWithActions;
|
use InteractsWithActions;
|
||||||
|
use InteractsWithForms;
|
||||||
use WithFileUploads;
|
use WithFileUploads;
|
||||||
|
|
||||||
public Model $model;
|
public Model $model;
|
||||||
|
|||||||
Reference in New Issue
Block a user