for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Locale;
use Fisharebest\Localization\Territory\TerritoryNl;
/**
* Class LocaleNdsNl - Low German
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class LocaleNdsNl extends LocaleNds implements LocaleInterface {
public function territory() {
return new TerritoryNl;
}