summaryrefslogtreecommitdiff
path: root/vendor/fisharebest/localization/src/Locale/LocaleMsLatn.php
blob: 8b77a20e473e6b1648f6e4bca63d91ec45f0690f (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php namespace Fisharebest\Localization\Locale;

/**
 * Class LocaleMsLatn
 *
 * @author        Greg Roach <fisharebest@gmail.com>
 * @copyright (c) 2015 Greg Roach
 * @license       GPLv3+
 */
class LocaleMsLatn extends LocaleMs {
}