We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb6e3e commit 40e6a53Copy full SHA for 40e6a53
tests/Terms/TermTest.php
@@ -9,8 +9,10 @@
9
use Statamic\Eloquent\Entries\Entry;
10
use Statamic\Eloquent\Taxonomies\Taxonomy;
11
use Statamic\Eloquent\Taxonomies\TermModel;
12
+use Statamic\Facades\Blink;
13
use Statamic\Facades\Collection;
14
use Statamic\Facades\Stache;
15
+use Statamic\Facades\Taxonomy as TaxonomyFacade;
16
use Statamic\Facades\Term as TermFacade;
17
use Statamic\Statamic;
18
use Statamic\Testing\Concerns\PreventsSavingStacheItemsToDisk;
0 commit comments