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.
1 parent 025b24c commit 0804e5fCopy full SHA for 0804e5f
src/Illuminate/Database/Eloquent/Relations/Relation.php
@@ -11,9 +11,9 @@
11
use Illuminate\Database\MultipleRecordsFoundException;
12
use Illuminate\Database\Query\Expression;
13
use Illuminate\Support\Traits\Conditionable;
14
-use Illuminate\Support\Traits\Tappable;
15
use Illuminate\Support\Traits\ForwardsCalls;
16
use Illuminate\Support\Traits\Macroable;
+use Illuminate\Support\Traits\Tappable;
17
18
abstract class Relation implements BuilderContract
19
{
0 commit comments