public function postFlush($eventArgs)
 {
     try {
         \Cx\Core\Config\Controller\Config::updatePhpCache();
     } catch (\Exception $e) {
         \DBG::msg($e->getMessage());
     }
 }