Skip to content

Commit 116327d

Browse files
Merge pull request #80 from felipeArnold/3.x
Thanks @felipeArnold for fixing the DB facade import! This addresses the database operations issue in HasBoardRecords properly. Co-Authored-By: Warp <agent@warp.dev>
2 parents f713509 + 4cf364e commit 116327d

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)