Skip to content

Commit d80af24

Browse files
authored
Add trait to (#49172)
1 parent c581caa commit d80af24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Testing/Fluent/AssertableJson.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Closure;
66
use Illuminate\Contracts\Support\Arrayable;
77
use Illuminate\Support\Arr;
8+
use Illuminate\Support\Traits\Conditionable;
89
use Illuminate\Support\Traits\Macroable;
910
use Illuminate\Support\Traits\Tappable;
1011
use Illuminate\Testing\AssertableJsonString;
@@ -16,6 +17,7 @@ class AssertableJson implements Arrayable
1617
Concerns\Matching,
1718
Concerns\Debugging,
1819
Concerns\Interaction,
20+
Conditionable,
1921
Macroable,
2022
Tappable;
2123

0 commit comments

Comments
 (0)