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 4dc818f commit cc5662cCopy full SHA for cc5662c
src/DataCollector/GateCollector.php
@@ -31,7 +31,7 @@ public function __construct(Gate $gate)
31
* {@inheritDoc}
32
*/
33
protected function customizeMessageHtml($messageHtml, $message)
34
- {
+ {
35
$pos = strpos((string) $messageHtml, 'array:4');
36
if ($pos !== false) {
37
$messageHtml = substr_replace($messageHtml, $message['ability'], $pos, 7);
0 commit comments