Skip to content

Commit

Permalink
Removed unused Dumpable trait (#50559)
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaMater authored Mar 14, 2024
1 parent 695f761 commit d662855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Illuminate\Support\Collection;
use Illuminate\Support\LazyCollection;
use Illuminate\Support\Str;
use Illuminate\Support\Traits\Dumpable;
use Illuminate\Support\Traits\ForwardsCalls;
use Illuminate\Support\Traits\Macroable;
use InvalidArgumentException;
Expand All @@ -31,7 +30,7 @@

class Builder implements BuilderContract
{
use BuildsQueries, Dumpable, ExplainsQueries, ForwardsCalls, Macroable {
use BuildsQueries, ExplainsQueries, ForwardsCalls, Macroable {
__call as macroCall;
}

Expand Down

0 comments on commit d662855

Please sign in to comment.