Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 3739c8a

Browse files
authored
Merge pull request #58 from faisuc/main
Fix typo command output on clearing haystacks
2 parents f3e9422 + d2429e6 commit 3739c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/HaystacksClear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function handle(): int
1717
{
1818
$count = Haystack::query()->delete();
1919

20-
$this->info("Cleared $count haystacks'");
20+
$this->info("Cleared $count haystacks");
2121

2222
return self::SUCCESS;
2323
}

0 commit comments

Comments
 (0)