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 1c7212c commit fd7ecdeCopy full SHA for fd7ecde
system/Exceptions/FrameworkException.php
@@ -46,7 +46,7 @@ public static function forMissingExtension(string $extension)
46
'The framework needs the following extension(s) installed and loaded: %s.',
47
$extension
48
);
49
- // @codeCoverageIgnoreEnd
+ // @codeCoverageIgnoreEnd
50
} else {
51
$message = lang('Core.missingExtension', [$extension]);
52
}
0 commit comments