mdn-backend / app /Http /Controllers /Controller.php
internationalscholarsprogram's picture
feat(membership): admin-driven account creation, real estate tier/investment work, in-progress monorepo migration state
b2dcf0f
Raw
History Blame Contribute Delete
77 Bytes
<?php
namespace App\Http\Controllers;
abstract class Controller
{
//
}