From bf520557555589eb156c57776191420e8f757abe Mon Sep 17 00:00:00 2001 From: Igor Simdyanov Date: Mon, 27 Jun 2022 19:23:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=93=D0=BB=D0=B0=D0=B2=D0=B0=2032:=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traits/traits_conflict_private.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/traits/traits_conflict_private.php b/traits/traits_conflict_private.php index 23e5d5f..8ed68a9 100644 --- a/traits/traits_conflict_private.php +++ b/traits/traits_conflict_private.php @@ -6,10 +6,10 @@ class Page { use Theme, Tag { - Tag::tags insteadof Theme; - Theme::themes insteadof Tag; - Theme::tags as private themeTags; - Tag::themes as private tagThemes; + Tag::tags insteadof Theme; + Theme::themes insteadof Tag; + Theme::tags as private themeTags; + Tag::themes as private tagThemes; } }