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
+3 -3
View File
@@ -1,8 +1,8 @@
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}
}