moved to its own repo

This commit is contained in:
Brandon Shipley
2024-03-31 01:45:24 -07:00
parent 10b9a78d31
commit 15f02e6f0a
45 changed files with 2497 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace CheeseCake\Controller;
use App\Controller\AppController as BaseController;
class AppController extends BaseController
{
}