Files
ai-web/app/Http/Controllers/Controller.php
jiangdong.cheng aa16c9f8c2
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
init
2026-02-11 17:28:36 +08:00

9 lines
77 B
PHP

<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}