Update to Drupal 8.2.4. For more information, see https://www.drupal.org/project/drupal/releases/8.2.4
This commit is contained in:
parent
0a95b8440e
commit
8544b60b39
284 changed files with 12980 additions and 3199 deletions
|
@ -3,6 +3,7 @@
|
|||
namespace Drupal\Core\StringTranslation\Translator;
|
||||
|
||||
use Drupal\Core\Site\Settings;
|
||||
use Drupal\Core\DependencyInjection\DependencySerializationTrait;
|
||||
|
||||
/**
|
||||
* String translator using overrides from variables.
|
||||
|
@ -12,6 +13,8 @@ use Drupal\Core\Site\Settings;
|
|||
*/
|
||||
class CustomStrings extends StaticTranslation {
|
||||
|
||||
use DependencySerializationTrait;
|
||||
|
||||
/**
|
||||
* The settings read only object.
|
||||
*
|
||||
|
|
Reference in a new issue