We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3a41a commit f45ba1eCopy full SHA for f45ba1e
src/Transcoder.php
@@ -73,7 +73,7 @@ function (Event $event) {
73
Assets::class,
74
Assets::EVENT_GET_THUMB_PATH,
75
function (AssetThumbEvent $event) {
76
- Craft::trace(
+ Craft::debug(
77
'Assets::EVENT_GET_THUMB_PATH',
78
__METHOD__
79
);
@@ -92,7 +92,7 @@ function (AssetThumbEvent $event) {
92
93
// Add the Transcode path to the list of things the Clear Caches tool can delete.
94
Event::on(
95
- ClearCaches::className(),
+ ClearCaches::class,
96
ClearCaches::EVENT_REGISTER_CACHE_OPTIONS,
97
function (RegisterCacheOptionsEvent $event) {
98
$event->options[] = [
0 commit comments