1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-02-15 05:58:46 -05:00
hypothetical/app/Http/Controllers/Controller.php
2024-03-19 17:11:58 -04:00

8 lines
77 B
PHP

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