locale; } /** * Sets the locale on the adapter * * @param string $locale * * @return boolean */ public function setLocale($locale) { $this->locale = $locale; return true; } /** * Get the application path * * @return string */ public function getApplicationPath() { return app_path(); } }