Skip to content

Instantly share code, notes, and snippets.

@anoriar
Last active February 5, 2019 18:21
Show Gist options
  • Select an option

  • Save anoriar/d4133392ce62127ead280525f8c4a234 to your computer and use it in GitHub Desktop.

Select an option

Save anoriar/d4133392ce62127ead280525f8c4a234 to your computer and use it in GitHub Desktop.
use Bitrix\Main\Entity\Event;
use Aero\Tools\Module;
public static function onAfterUpdate(Event $event)
{
\BXClearCache();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment