Add initial project files
This commit is contained in:
commit
0b21896cd5
6 changed files with 96 additions and 0 deletions
18
includes/app.php
Normal file
18
includes/app.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
namespace Includes;
|
||||
|
||||
/**
|
||||
* Main Application Class
|
||||
* @package Includes
|
||||
*/
|
||||
class App
|
||||
{
|
||||
|
||||
/**
|
||||
* Start application
|
||||
*/
|
||||
public function start(){
|
||||
print("SERVING WEBHOOK API");
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue