diff --git a/app/Console/Commands/ClearSessions.php b/app/Console/Commands/ClearSessions.php new file mode 100644 index 0000000..5b9ff04 --- /dev/null +++ b/app/Console/Commands/ClearSessions.php @@ -0,0 +1,41 @@ +info('Session files cleared successfully.'); + + return 0; + } +}