first commit

This commit is contained in:
2026-04-05 18:17:09 +07:00
commit 97109c2336
77 changed files with 2913 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}