Skip to content

Commit cbb4a3d

Browse files
committed
Merge branch '10.x'
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
2 parents 9a246c4 + f802187 commit cbb4a3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Pipeline.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
use Closure;
66
use Illuminate\Contracts\Container\Container;
77
use Illuminate\Contracts\Pipeline\Pipeline as PipelineContract;
8+
use Illuminate\Support\Traits\Conditionable;
89
use RuntimeException;
910
use Throwable;
1011

1112
class Pipeline implements PipelineContract
1213
{
14+
use Conditionable;
15+
1316
/**
1417
* The container implementation.
1518
*

0 commit comments

Comments
 (0)