Init git.

This commit is contained in:
2024-06-18 22:35:54 +05:00
commit a8d656148a
282 changed files with 25996 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php declare(strict_types=1);
namespace App\Http\Controllers;
abstract class Controller
{
//
}