Skip to content

Commit 1ee6436

Browse files
linting
1 parent 5a83504 commit 1ee6436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
class Postgres extends SQL
3232
{
33-
const MAX_IDENTIFIER_NAME = 63;
33+
public const MAX_IDENTIFIER_NAME = 63;
3434
/**
3535
* @inheritDoc
3636
*/

0 commit comments

Comments
 (0)