Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Layout / LayoutDefault.php
index 22edb856e1d37248acaf1a424913f6028c96770d..6e53d00f444b50335211fcad7371c3baf213df93 100644 (file)
@@ -7,11 +7,6 @@ use Drupal\Core\Plugin\PluginBase;
 
 /**
  * Provides a default class for Layout plugins.
- *
- * @internal
- *   The layout system is currently experimental and should only be leveraged by
- *   experimental modules and development releases of contributed modules.
- *   See https://www.drupal.org/core/experimental for more information.
  */
 class LayoutDefault extends PluginBase implements LayoutInterface {