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 bed8838 commit c75c93aCopy full SHA for c75c93a
tests/TestCase.php
@@ -2,10 +2,10 @@
2
3
namespace Spatie\QueryBuilder\Tests;
4
5
+use Illuminate\Support\Str;
6
use Illuminate\Support\Facades\DB;
7
use Illuminate\Foundation\Application;
8
use Illuminate\Database\Schema\Blueprint;
-use Illuminate\Support\Str;
9
use Orchestra\Testbench\TestCase as Orchestra;
10
use Spatie\QueryBuilder\QueryBuilderServiceProvider;
11
0 commit comments