mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/10942] Add access modifiers
PHPBB3-10942
This commit is contained in:
@@ -260,7 +260,7 @@ class dbal_mssqlnative extends dbal
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
function sql_concatenate($expr1, $expr2)
|
||||
public function sql_concatenate($expr1, $expr2)
|
||||
{
|
||||
return $expr1 . ' + ' . $expr2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user