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

/**
 * Class AbstractTerritory - Representation of the territory 061 - Polynesia.
 *
 * @author    Greg Roach <fisharebest@gmail.com>
 * @copyright (c) 2015 Greg Roach
 * @license   GPLv3+
 */
class Territory061 extends AbstractTerritory implements TerritoryInterface {
	public function code() {
		return '061';
	}
}