@@ -43,7 +43,7 @@ |
||
| 43 | 43 | public const POLISH = 'polish'; |
| 44 | 44 | public const LITHUANIAN = 'lithuanian'; |
| 45 | 45 | public const ICELANDIC = 'icelandic'; |
| 46 | - public const DEFAULT = ''; |
|
| 46 | + public const default = ''; |
|
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | 49 | * A list of supported surname traditions and their names. |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | $this->register(self::POLISH, new PolishSurnameTradition()); |
| 53 | 53 | $this->register(self::LITHUANIAN, new LithuanianSurnameTradition()); |
| 54 | 54 | $this->register(self::ICELANDIC, new IcelandicSurnameTradition()); |
| 55 | - $this->register(self::DEFAULT, new DefaultSurnameTradition()); |
|
| 55 | + $this->register(self::default, new DefaultSurnameTradition()); |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |