1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php namespace Fisharebest\Localization\Locale; /** * Class LocaleAr001 - Modern Standard Arabic * * @author Greg Roach <fisharebest@gmail.com> * @copyright (c) 2019 Greg Roach * @license GPLv3+ */ class LocaleAr001 extends LocaleAr { }