diff --git a/src/Platforms/SQLServer2012Platform.php b/src/Platforms/SQLServer2012Platform.php index 91a9e31712b..a8ba2fa0b00 100644 --- a/src/Platforms/SQLServer2012Platform.php +++ b/src/Platforms/SQLServer2012Platform.php @@ -5,6 +5,8 @@ /** * Provides the behavior, features and SQL dialect of the Microsoft SQL Server database platform * of the oldest supported version. + * + * @deprecated Use {@see SQLServerPlatform} instead. */ class SQLServer2012Platform extends SQLServerPlatform {