SatisAdmin\Application::registerControllers PHP Method

registerControllers() protected method

protected registerControllers ( )
    protected function registerControllers()
    {
        $this->mount('/', new DefaultController());
    }