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\TerritoryKe;
/**
* Class LanguageEbu - Representation of the Embu language.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class LanguageEbu extends AbstractLanguage implements LanguageInterface
{
public function code()
return 'ebu';
}
public function defaultTerritory()
return new TerritoryKe();