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

AlternaInc Classname Correction

parent c3192728
<?php <?php
include_once "Flat3Webhook.php"; include_once "Flat3Webhook.php";
class ConnectK2020 extends Flat3Webhook{ class AlternaInc extends Flat3Webhook{
public function __construct(){ public function __construct(){
/** /**
...@@ -17,5 +17,5 @@ class ConnectK2020 extends Flat3Webhook{ ...@@ -17,5 +17,5 @@ class ConnectK2020 extends Flat3Webhook{
} }
} }
$connect = new ConnectK2020(); $alternaInc = new AlternaInc();
$connect -> listen(); $alternaInc -> listen();
\ No newline at end of file \ 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