Files
real-estate-app/app/Http/Controllers/Controller.php
Kurtis Holsapple ee37c6de85
Some checks failed
linter / quality (push) Failing after 3m48s
tests / ci (push) Failing after 4m13s
initial commit
2025-07-12 15:01:28 -07:00

9 lines
77 B
PHP

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