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 3675864 commit 218a65dCopy full SHA for 218a65d
src/Algos/Algo.php
@@ -57,7 +57,7 @@ public function getName(): string
57
58
$baseName = class_basename(static::class);
59
60
- return Str::of($baseName)->beforeLast('Check');
+ return Str::of($baseName)->beforeLast('Algo');
61
}
62
63
public function toArray(): array
0 commit comments