This commit is contained in:
hackerESQ
2025-01-23 22:47:16 -06:00
parent 1cad9b83fb
commit b3f0f89d16
21 changed files with 401 additions and 22 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\Http\ApiControllers;
abstract class Controller
{
//
}