feat: init

This commit is contained in:
antv
2026-06-26 16:52:09 +07:00
parent 101c7a5228
commit 08d13336cd
55 changed files with 10743 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}