Skip to content

Commit edbf59e

Browse files
iifawziwilliamdes
andauthored
Update src/Components/AlterOperation.php
Co-authored-by: William Desportes <[email protected]>
1 parent 4d64410 commit edbf59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/AlterOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public static function parse(Parser $parser, TokensList $list, array $options =
422422
$ret->partitions = ArrayObj::parse(
423423
$parser,
424424
$list,
425-
['type' => 'PhpMyAdmin\\SqlParser\\Components\\PartitionDefinition']
425+
['type' => PartitionDefinition::class]
426426
);
427427
}
428428
}

0 commit comments

Comments
 (0)