mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 18:55:53 -04:00
- Remove unneeded keys from Config.php - Remove unneeded lang() function override from BasePlugin.php - Update README.md to reflect changes to language loading - Correct language file string - Correct lang() function calls to remove `$this->` from the call since we aren't overriding it anymore. - Add code to correctly register namespace so that languages load. - Fix plugin view render bug Signed-off-by: objec <objecttothis@gmail.com>