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

Commit 59c48cc

Browse files
authored
Merge pull request #18 from modulusphp/feature/clear-session-info-message
Feature/clear session info message
2 parents 80e81a9 + 0845e9e commit 59c48cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "modulusphp/console",
33
"description": "Modulus Commands",
4-
"version": "1.9.6.1",
4+
"version": "1.9.6.2",
55
"license": "MIT",
66
"type": "package",
77
"authors": [{

0 commit comments

Comments
 (0)