Skip to content

Commit

Permalink
*facepalm*
Browse files Browse the repository at this point in the history
  • Loading branch information
Programátor authored and Programátor committed Jul 27, 2020
1 parent 74d9cd3 commit f2d151b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zrny/mksql",
"description": "Creating and AutoUpdating tables in MySQL",
"version": "0.1.3",
"version": "0.1.4",
"type": "library",
"keywords": [
"sql",
Expand Down
2 changes: 1 addition & 1 deletion src/ColumnType.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __construct(int $type, array $params = [])

public function addParam($par)
{
$this->Params[] = $par;
$this->Params = $par;
return $this;
}

Expand Down

0 comments on commit f2d151b

Please sign in to comment.