Skip to content

Commit 48fb401

Browse files
felipeArnoldManukMinasyan
authored andcommitted
fix: import DB facade for database operations in HasBoardRecords
1 parent 0126cbc commit 48fb401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/HasBoardRecords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace Relaticle\Flowforge\Concerns;
66

7-
use DB;
87
use Exception;
98
use Illuminate\Database\Eloquent\Collection;
109
use Illuminate\Database\Eloquent\Model;
10+
use Illuminate\Support\Facades\DB;
1111

1212
/**
1313
* Enterprise-grade record management for Board with cursor-based pagination.

0 commit comments

Comments
 (0)