Skip to content

Commit ea78cc5

Browse files
committed
Remove commentable_type on comment form
1 parent c387c44 commit ea78cc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/particles/comments/form.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
@else
77
<div class="border-top pt-4 mt-5">
88
<form class="row g-3" action="{{ route('comments.store') }}" method="post">
9-
<input type="hidden" name="commentable_type" value="\{{ get_class($model) }}" />
109
<input type="hidden" name="commentable_id" value="{{ $model->getKey() }}" />
1110
<div class="col-12 position-relative">
1211
<textarea

0 commit comments

Comments
 (0)