Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #467 from beyondcode/refactor/dashboard
Browse files Browse the repository at this point in the history
[2.x] Refactoring dashboard
  • Loading branch information
rennokki authored Aug 18, 2020
2 parents 9745ca1 + a9111ab commit b174ffb
Show file tree
Hide file tree
Showing 13 changed files with 647 additions and 436 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.blade.php]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
6 changes: 5 additions & 1 deletion config/websockets.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,13 @@
| store them into an array and then store them into the database
| on each interval.
|
| You can opt-in to avoid any statistics storage by setting the logger
| to the built-in NullLogger.
|
*/

'logger' => BeyondCode\LaravelWebSockets\Statistics\Logger\HttpStatisticsLogger::class,
'logger' => \BeyondCode\LaravelWebSockets\Statistics\Logger\HttpStatisticsLogger::class,
// 'logger' => \BeyondCode\LaravelWebSockets\Statistics\Logger\NullStatisticsLogger::class,

/*
|--------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit b174ffb

Please sign in to comment.