@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace BeyondCode\Comments; |
| 4 | 4 | |
| 5 | +use BeyondCode\Comments\Traits\HasComments; |
|
| 5 | 6 | use Exception; |
| 6 | 7 | use Illuminate\Database\Eloquent\Model; |
| 7 | -use BeyondCode\Comments\Traits\HasComments; |
|
| 8 | 8 | |
| 9 | 9 | class Comment extends Model |
| 10 | 10 | { |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace BeyondCode\Comments\Traits; |
| 4 | 4 | |
| 5 | 5 | |
| 6 | -use Illuminate\Database\Eloquent\Model; |
|
| 7 | 6 | use BeyondCode\Comments\Contracts\Commentator; |
| 7 | +use Illuminate\Database\Eloquent\Model; |
|
| 8 | 8 | use Illuminate\Database\Eloquent\Relations\MorphMany; |
| 9 | 9 | |
| 10 | 10 | trait HasComments |