Skip to content

Commit 3f68947

Browse files
authored
Merge pull request #64 from getsidekicker/master
Avoid namespace conflicts
2 parents 9938d20 + 4504433 commit 3f68947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Outputs/Log.php

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

33
namespace BeyondCode\QueryDetector\Outputs;
44

5-
use Log as LaravelLog;
5+
use Illuminate\Support\Facades\Log as LaravelLog;
66
use Illuminate\Support\Collection;
77
use Symfony\Component\HttpFoundation\Response;
88

src/QueryDetector.php

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

33
namespace BeyondCode\QueryDetector;
44

5-
use DB;
5+
use Illuminate\Support\Facades\DB;
66
use Illuminate\Support\Arr;
77
use Illuminate\Support\Collection;
88
use Illuminate\Database\Eloquent\Builder;

0 commit comments

Comments
 (0)