Skip to content

Commit 218a65d

Browse files
committed
wip
1 parent 3675864 commit 218a65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Algos/Algo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getName(): string
5757

5858
$baseName = class_basename(static::class);
5959

60-
return Str::of($baseName)->beforeLast('Check');
60+
return Str::of($baseName)->beforeLast('Algo');
6161
}
6262

6363
public function toArray(): array

0 commit comments

Comments
 (0)