<?php
namespace ConcreteControllerSinglePageDashboard;
use ConcreteCorePageControllerDashboardPageController;
class Users extends DashboardPageController {
public function __construct() {
$this->redirect('/dashboard/users/search');
}
}