8889841chome/clixcotz/fmi.clix.co.tz/vendor/nwidart/laravel-modules/src/Publishing/LangPublisher.php000064400000001365150540165660026321 0ustar00module->getLowerName(); return base_path("resources/lang/{$name}"); } /** * Get source path. * * @return string */ public function getSourcePath() { return $this->getModule()->getExtraPath( GenerateConfigReader::read('lang')->getPath() ); } }