require_once "../app/controllers/StaffController.php"; if ($uri === '/staff/dashboard') { (new StaffController())->dashboard(); }