Initial Commit

This commit is contained in:
2020-10-29 06:56:34 +00:00
commit 39cdd8e860
40 changed files with 6333 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?php
namespace App\Http\Controllers;
class ExampleController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
//
}
//
}