2025-08-10 18:09:07 +02:00

9 lines
77 B
PHP
Executable File

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