tapes/brain/controllers/IndexController.php
Ro b72650ed2f Intial Project Commit
first commit to get all the project files in there
2025-03-05 16:14:37 -06:00

15 lines
173 B
PHP

<?php
namespace brain\controllers;
class IndexController
{
public function __construct()
{
}
public function start()
{
echo "got it";
}
}