<?php
namespace ConcreteControllerSinglePageDashboardSystem;
use ConcreteCorePageControllerDashboardPageController;
use Config;
use Loader;
class Seo extends DashboardPageController {
/**
* Dashboard view - automatically redirects to a default
* page in the category
*
* @return void
*/
public function view() {
$this->redirect('/dashboard/system/seo/urls');
}
}