You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make the extractor methods (fromString() etc.) accept a Translation factory callback as an option. This will make it possible to use a subclass of Translation efficiently.
Alternatively, provide protected function copyValueFrom(Translation $other) in Translation so that an existing Translation object can be easily copied to a subclassed object.
The text was updated successfully, but these errors were encountered:
Please make the extractor methods (
fromString()
etc.) accept a Translation factory callback as an option. This will make it possible to use a subclass of Translation efficiently.Alternatively, provide
protected function copyValueFrom(Translation $other)
inTranslation
so that an existing Translation object can be easily copied to a subclassed object.The text was updated successfully, but these errors were encountered: