Owl\Repositories\CommentRepositoryInterface::createComment PHP 메소드

createComment() 공개 메소드

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