<?php
namespace ConcreteCoreUserGroupAutomatedGroup;
use ConcreteCoreUserUser;
use ConcreteCoreUserGroupGroupAutomationController;
class DefaultAutomation extends GroupAutomationController {
/**
* Return true to automatically enter the current ux into the group
*/
public function check(User $ux) {
return true;
}
}