web-api/app/Http/Controllers/Controller.php

6 lines
69 B
PHP
Raw Normal View History

2024-11-13 19:23:49 +08:00
<?php
namespace App\Http\Controllers;
abstract class Controller {}