octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.01k stars 2.22k forks source link

October's Translation service doesn't match Laravel's #5092

Closed patosG closed 4 years ago

patosG commented 4 years ago

On composer require laravel/cashier on wip/laravel branch the console return

php artisan october:util set build

In ServiceProvider.php line 128:

  Call to undefined method October\Rain\Translation\Translator::addJsonPath() 

a quick fix for this is to paste the following methods

patosG commented 4 years ago

@LukeTowers thanks