extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Translatable Extension

Open jralph opened this issue 7 years ago • 2 comments

The translatable extension listens for the locale.changed event, in newer versions of Laravel this is incorrect. This event is now a class. $this['events']->dispatch(new Events\LocaleUpdated($locale));

Can this be updated to look for that event instead?

jralph avatar Apr 28 '17 10:04 jralph