- Forgot to set escapeIdentifier as static

This commit is contained in:
Dave Mc Nicoll 2024-10-14 14:43:03 +00:00
parent 9503b24467
commit 18313fd7f5
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ class MsSQL implements AdapterInterface, MigrateInterface, SqlAdapterInterface {
}
}
public function escapeIdentifier(string $segment, int $type) : string
public static function escapeIdentifier(string $segment, int $type) : string
{
switch($type) {
case static::IDENTIFIER_SCHEMA: