for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Language;
use Fisharebest\Localization\Territory\TerritoryMa;
/**
* Class LanguageZgh - Representation of the Standard Moroccan Tamazight language.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class LanguageZgh extends AbstractLanguage implements LanguageInterface
{
public function code()
return 'zgh';
}
public function defaultTerritory()
return new TerritoryMa();