From 64d7464ed3ded7a37ba345b5a013d1f986a223db Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 6 Jan 2020 11:40:20 -0600 Subject: [PATCH] Improve cms.combiner.beforePrepare event docs Related: #4865 --- modules/system/classes/CombineAssets.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/classes/CombineAssets.php b/modules/system/classes/CombineAssets.php index 6da6e195c..50a03c292 100644 --- a/modules/system/classes/CombineAssets.php +++ b/modules/system/classes/CombineAssets.php @@ -413,7 +413,8 @@ class CombineAssets { /** * @event cms.combiner.beforePrepare - * Provides an opportunity to interact with the asset combiner before assets are combined + * Provides an opportunity to interact with the asset combiner before assets are combined. + * >**NOTE**: Plugin's must be elevated (`$elevated = true` on Plugin.php) to be run on the /combine route and thus listen to this event * * Example usage: *