Owl\Services\CommentService::createComment PHP Метод

createComment() публичный Метод

Create a new comment.
public createComment ( $cmt ) : Illuminate\Database\Eloquent\Model
Результат Illuminate\Database\Eloquent\Model
    public function createComment($cmt)
    {
        return $this->commentRepo->createComment($cmt);
    }