Skip to content

Commit

Permalink
Merge branch '8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jun 14, 2021
2 parents 22beed0 + 2250ab2 commit 5bd65e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Eloquent/Relations/Relation.php
Expand Up @@ -10,7 +10,6 @@
use Illuminate\Database\MultipleRecordsFoundException;
use Illuminate\Database\Query\Expression;
use Illuminate\Support\Arr;
use Illuminate\Support\Traits\Conditionable;
use Illuminate\Support\Traits\ForwardsCalls;
use Illuminate\Support\Traits\Macroable;

Expand All @@ -19,7 +18,7 @@
*/
abstract class Relation
{
use Conditionable, ForwardsCalls, Macroable {
use ForwardsCalls, Macroable {
__call as macroCall;
}

Expand Down

0 comments on commit 5bd65e7

Please sign in to comment.