mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
Warning Missing argument 2 문제 수정
This commit is contained in:
parent
54fd93cd39
commit
824d4d466e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class UpdateExpressionWithoutArgument extends UpdateExpression
|
|||
*/
|
||||
function __construct($column_name, $argument)
|
||||
{
|
||||
parent::__construct($column_name);
|
||||
parent::__construct($column_name, $argument);
|
||||
$this->argument = $argument;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue