Commit 65c2c417 authored by Antonio.Suerte's avatar Antonio.Suerte

AlternaInc Classname Correction

parent c3192728
<?php
include_once "Flat3Webhook.php";
class ConnectK2020 extends Flat3Webhook{
class AlternaInc extends Flat3Webhook{
public function __construct(){
/**
......@@ -17,5 +17,5 @@ class ConnectK2020 extends Flat3Webhook{
}
}
$connect = new ConnectK2020();
$connect -> listen();
\ No newline at end of file
$alternaInc = new AlternaInc();
$alternaInc -> listen();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment