initial commit

This commit is contained in:
Zakwan Hamdan
2020-10-19 10:28:31 +08:00
commit 5c7bbe3a19
47 changed files with 6819 additions and 0 deletions
@@ -0,0 +1,18 @@
<?php
namespace App\Http\Controllers;
class ExampleController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
//
}
//
}