Owl\Repositories\CommentRepositoryInterface::createComment PHP Method

createComment() public method

Create a new comment.
public createComment ( $comment ) : Illuminate\Database\Eloquent\Model
$comment object item_id, user_id, body, username, email
return Illuminate\Database\Eloquent\Model
    public function createComment($comment);