Last active
February 5, 2019 18:21
-
-
Save anoriar/d4133392ce62127ead280525f8c4a234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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