Skip to content

Commit

Permalink
Add trait to
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilst committed Nov 29, 2023
1 parent c581caa commit 39f1dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Testing/Fluent/AssertableJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Closure;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Support\Arr;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Support\Traits\Tappable;
use Illuminate\Testing\AssertableJsonString;
Expand All @@ -16,6 +17,7 @@ class AssertableJson implements Arrayable
Concerns\Matching,
Concerns\Debugging,
Concerns\Interaction,
Conditionable,
Macroable,
Tappable;

Expand Down

0 comments on commit 39f1dfd

Please sign in to comment.