<?php
namespace ConcreteControllerSinglePageDashboardSystem;
use ConcreteCorePageControllerDashboardPageController;
class Attributes extends DashboardPageController {
public function view() {
$this->redirect("/dashboard/system/attributes/types");
}
}