This commit is contained in:
2026-04-05 20:14:30 +00:00
parent 22ac0aa781
commit 1606778518
12 changed files with 130 additions and 57 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
}