summaryrefslogtreecommitdiff
path: root/vendor/fisharebest/localization/src/Locale/LocaleSrLatnMe.php
blob: c9639b0a8beb3c8569e5a7c6e0b3c75bbfe878ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php namespace Fisharebest\Localization\Locale;

use Fisharebest\Localization\Territory\TerritoryMe;

/**
 * Class LocaleSrLatnMe
 *
 * @author        Greg Roach <fisharebest@gmail.com>
 * @copyright (c) 2015 Greg Roach
 * @license       GPLv3+
 */
class LocaleSrLatnMe extends LocaleSrLatn {
	public function territory() {
		return new TerritoryMe;
	}
}