We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0126cbc commit 48fb401Copy full SHA for 48fb401
src/Concerns/HasBoardRecords.php
@@ -4,10 +4,10 @@
4
5
namespace Relaticle\Flowforge\Concerns;
6
7
-use DB;
8
use Exception;
9
use Illuminate\Database\Eloquent\Collection;
10
use Illuminate\Database\Eloquent\Model;
+use Illuminate\Support\Facades\DB;
11
12
/**
13
* Enterprise-grade record management for Board with cursor-based pagination.
0 commit comments