Skip to content

Commit b330a93

Browse files
authored
Merge pull request #30 from mborek-elastique/patch-1
Fix typos in check namespace
2 parents b1ce728 + 1b287fd commit b330a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Checks/PhpExtensionsAreInstalled.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(Filesystem $filesystem)
2929
*/
3030
public function name(array $config): string
3131
{
32-
return trans('self-dianosis::checks.php_extensions_are_installed.name');
32+
return trans('self-diagnosis::checks.php_extensions_are_installed.name');
3333
}
3434

3535
/**
@@ -40,7 +40,7 @@ public function name(array $config): string
4040
*/
4141
public function message(array $config): string
4242
{
43-
return trans('self-dianosis::checks.php_extensions_are_installed.message', [
43+
return trans('self-diagnosis::checks.php_extensions_are_installed.message', [
4444
'extensions' => $this->extensions->implode(PHP_EOL),
4545
]);
4646
}

0 commit comments

Comments
 (0)