Commit 8c6c72c8 authored by catch's avatar catch
Browse files

Issue #3292413 by Spokje: Update deprecation error made in [#3264633] from 9.5.0 to 9.4.2

(cherry picked from commit 2fc70d93)
parent 48bdcdce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

namespace Drupal\layout_builder;

@trigger_error(__NAMESPACE__ . '\QuickEditIntegration is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. Instead, use \Drupal\quickedit\LayoutBuilderIntegration. See https://www.drupal.org/node/3265518', E_USER_DEPRECATED);
@trigger_error(__NAMESPACE__ . '\QuickEditIntegration is deprecated in drupal:9.4.2 and is removed from drupal:10.0.0. Instead, use \Drupal\quickedit\LayoutBuilderIntegration. See https://www.drupal.org/node/3265518', E_USER_DEPRECATED);

use Drupal\quickedit\LayoutBuilderIntegration;