Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit in place still supported ? #115

Open
akktis opened this issue Apr 14, 2018 · 1 comment
Open

Edit in place still supported ? #115

akktis opened this issue Apr 14, 2018 · 1 comment
Labels

Comments

@akktis
Copy link

akktis commented Apr 14, 2018

Hello guys i'm trying to implement edit in place

i follow the doc on wiki,

and i'm stuck on

You need to add a call to \Lang::editInPlace() somewhere in your middleware or service provider that is loaded before handling a request. That way this setting will be restored from the session store.

i got this error :
BadMethodCallException Method Vsch\TranslationManager\Translator::editInPlace does not exist.

i used the version 2.6.10
laravel version : 5.6.12

@vsch
Copy link
Owner

vsch commented Apr 14, 2018

@akktis, bad instructions. Can you please point me to where the function is given with the wrong name so I can fix it. It is supposed to be: Translator::inPlaceEditing

@vsch vsch added the document label Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants