<?php
namespace ConcreteControllerSinglePageDashboardSystem;
use ConcreteCorePageControllerDashboardPageController;
class Conversations extends DashboardPageController {
public function view() {
$this->redirect('/dashboard/system/conversations/settings');
}
}