Files
investbrain/app/Http/ApiControllers/Controller.php
T

8 lines
81 B
PHP
Raw Normal View History

2025-01-23 22:47:16 -06:00
<?php
namespace App\Http\ApiControllers;
abstract class Controller
{
//
}