Skip to content

Commit

Permalink
apply styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Oct 19, 2023
1 parent 97cead8 commit 58612c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Builder/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

abstract class Builder implements QueryBuilderContract
{
use BuildersConcern;
Use Macroable;
use BuildersConcern;
use Macroable;

protected string $database = '';
protected string $table = '';
Expand Down

0 comments on commit 58612c5

Please sign in to comment.