Skip to content

Commit 3433a74

Browse files
committed
Clockwork Output error fix #33
1 parent ad3df19 commit 3433a74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Outputs/Clockwork.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
class Clockwork implements Output
99
{
10+
public function boot()
11+
{
12+
//
13+
}
14+
1015
public function output(Collection $detectedQueries, Response $response)
1116
{
1217
clock()->warning("{$detectedQueries->count()} N+1 queries detected:", $detectedQueries->toArray());

0 commit comments

Comments
 (0)