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.
Conditionable
Context
1 parent 08772cf commit 62a101fCopy full SHA for 62a101f
src/Illuminate/Log/Context/Repository.php
@@ -8,13 +8,14 @@
8
use Illuminate\Log\Context\Events\ContextDehydrating as Dehydrating;
9
use Illuminate\Log\Context\Events\ContextHydrated as Hydrated;
10
use Illuminate\Queue\SerializesModels;
11
+use Illuminate\Support\Traits\Conditionable;
12
use Illuminate\Support\Traits\Macroable;
13
use RuntimeException;
14
use Throwable;
15
16
class Repository
17
{
- use Macroable, SerializesModels;
18
+ use Conditionable, Macroable, SerializesModels;
19
20
/**
21
* The event dispatcher instance.
0 commit comments