Skip to content

Commit 6b98a71

Browse files
committed
wip
1 parent 08bf276 commit 6b98a71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Illuminate/Database/Eloquent/Relations/Relation.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
use Illuminate\Database\Eloquent\ModelNotFoundException;
1111
use Illuminate\Database\MultipleRecordsFoundException;
1212
use Illuminate\Database\Query\Expression;
13-
use Illuminate\Support\Traits\Conditionable;
1413
use Illuminate\Support\Traits\ForwardsCalls;
1514
use Illuminate\Support\Traits\Macroable;
16-
use Illuminate\Support\Traits\Tappable;
1715

1816
abstract class Relation implements BuilderContract
1917
{
20-
use Conditionable, ForwardsCalls, Macroable, Tappable {
18+
use ForwardsCalls, Macroable {
2119
Macroable::__call as macroCall;
2220
}
2321

0 commit comments

Comments
 (0)