Skip to content

Instantly share code, notes, and snippets.

View DorsetDigital's full-sized avatar

Tim DorsetDigital

View GitHub Profile
class MyMemberPage extends \Page
{
private static $table_name = 'MyMemberPage';
private static $controller_name = MyMemberPageController::class;
}