Skip to content

Commit 0840593

Browse files
committed
Fix typehint for query property in CrudPanel/Traits/Query.php
1 parent 8388261 commit 0840593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Query.php

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

33
namespace Backpack\CRUD\app\Library\CrudPanel\Traits;
44

5-
use Illuminate\Database\Query\Builder;
5+
use Illuminate\Database\Eloquent\Builder;
66

77
trait Query
88
{

0 commit comments

Comments
 (0)