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

Commit 8564896

Browse files
authored
Apply fixes from StyleCI (#472)
1 parent 3e52126 commit 8564896

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Console/CleanStatistics.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use BeyondCode\LaravelWebSockets\Statistics\Drivers\StatisticsDriver;
66
use Illuminate\Console\Command;
7-
use Illuminate\Database\Eloquent\Builder;
87

98
class CleanStatistics extends Command
109
{

src/Statistics/Drivers/DatabaseDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace BeyondCode\LaravelWebSockets\Statistics\Drivers;
44

5-
use BeyondCode\LaravelWebSockets\Statistics\Models\WebSocketsStatisticsEntry;
65
use Carbon\Carbon;
76

87
class DatabaseDriver implements StatisticsDriver

0 commit comments

Comments
 (0)