protected function configureAuth()
 {
     $config = $this->appConfigs()->get('auth', []);
     $this->appConfigs()->set('auth', array_replace_recursive($config, $this->cmfConfig->auth_configs()));
     \Auth::shouldUse($this->cmfConfig->auth_guard_name());
 }