Skip to content

Commit

Permalink
Small patch
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrneDev committed Jul 27, 2021
1 parent 6813444 commit 17e08f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@media @phone {
.item-viewing {
display: none;
display: none !important;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/WebsocketServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected function configureStatistics()
if (!$this->option('disable-statistics')) {
$intervalInSeconds = $this->option('statistics-interval');

echo $intervalInSeconds;
$this->info('Statistics will be saved every '. $intervalInSeconds . ' seconds');

$this->loop->addPeriodicTimer($intervalInSeconds, function () {
$this->line('Saving statistics...');
Expand Down

0 comments on commit 17e08f1

Please sign in to comment.