Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 12a9c70

Browse files
committed
Fix: fixed a typo
1 parent 8828316 commit 12a9c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Commands/ClearSessions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
5757
}
5858
}
5959

60-
return $output->writeln('<info>Cleared sesseions</info>');
60+
return $output->writeln('<info>Cleared sessions</info>');
6161
}
6262
}

0 commit comments

Comments
 (0)