Files
2026-05-25 10:58:45 +02:00

9 lines
77 B
PHP
Executable File

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