File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ public function getModelName()
251251 public const LANGUAGE_EN = 'en ' ;
252252 public const LANGUAGE_FR = 'fr ' ;
253253 public const LANGUAGE_PT = 'pt ' ;
254+ public const LANGUAGE_DE = 'de ' ;
254255
255256 /**
256257 * Gets allowable values of the enum
@@ -264,6 +265,7 @@ public function getLanguageAllowableValues()
264265 self ::LANGUAGE_EN ,
265266 self ::LANGUAGE_FR ,
266267 self ::LANGUAGE_PT ,
268+ self ::LANGUAGE_DE ,
267269 ];
268270 }
269271
Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ public function getModelName()
251251 public const LANGUAGE_EN = 'en ' ;
252252 public const LANGUAGE_FR = 'fr ' ;
253253 public const LANGUAGE_PT = 'pt ' ;
254+ public const LANGUAGE_DE = 'de ' ;
254255
255256 /**
256257 * Gets allowable values of the enum
@@ -264,6 +265,7 @@ public function getLanguageAllowableValues()
264265 self ::LANGUAGE_EN ,
265266 self ::LANGUAGE_FR ,
266267 self ::LANGUAGE_PT ,
268+ self ::LANGUAGE_DE ,
267269 ];
268270 }
269271
You can’t perform that action at this time.
0 commit comments