Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrans committed Aug 20, 2024
1 parent 7727816 commit b663cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QueryGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ public function __construct(
* @method limit(): self
* @method offset(): self
* @method as(): self
* @method duplicate(): self
* @method modify(): self
* @method duplicate(string $query, string $args): self
* @method modify(string $modifier): self
* @method forupdate(): self
* @seal-methods
* @psalm-seal-methods
*/
public function __call(string $method, array $args) {
$method = strtolower($method);
Expand Down

0 comments on commit b663cac

Please sign in to comment.