- Forgot to set escapeIdentifier as static
This commit is contained in:
parent
9503b24467
commit
18313fd7f5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue