for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Territory;
/**
* Class AbstractTerritory - Representation of the territory KZ - Kazakhstan.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class TerritoryKz extends AbstractTerritory implements TerritoryInterface
{
public function code()
return 'KZ';
}