This commit is contained in:
James Cole
2019-09-07 21:02:34 +02:00
parent 5fcb5fdaa5
commit 5ff0ca81b7

View File

@@ -328,7 +328,7 @@ class Processor
}
}
if ($trigger->stopProcessing) {
Log::debug('Stop processing this trigger and break.');
Log::debug('Stop processing this rule and break off all triggers.');
break;
}
}