Skip to content

Commit

Permalink
fix: UsesPartitionedDml: unnecessary generics
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jan 7, 2025
1 parent 340fa73 commit 05b2320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Builder extends BaseBuilder
use Concerns\UsesDataBoost;
use Concerns\UsesFullTextSearch;
use Concerns\UsesMutations;
/** @use Concerns\UsesPartitionedDml<TConnection> */
use Concerns\UsesPartitionedDml;
use Concerns\UsesStaleReads;

Expand Down
4 changes: 1 addition & 3 deletions src/Query/Concerns/UsesPartitionedDml.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
use Illuminate\Database\Query\Grammars\Grammar;

/**
* @template TConnection of Connection
*
* @property TConnection $connection
* @property Connection $connection
* @property Grammar $grammar
*/
trait UsesPartitionedDml
Expand Down

0 comments on commit 05b2320

Please sign in to comment.