Files
2024-11-07 17:16:20 +02:00

9 lines
77 B
PHP
Executable File

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