From 2abf915f95bf81622297f601eda0210d97c41af8 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Thu, 23 Jul 2026 19:49:52 +0330 Subject: [PATCH] =?UTF-8?q?feat(specialties):=20add=20new=20specialty=20fo?= =?UTF-8?q?r=20=D8=AC=D8=B1=D8=A7=D8=AD=DB=8C=20=D8=A7=D8=B3=D8=AA=D8=AE?= =?UTF-8?q?=D9=88=D8=A7=D9=86=20=D9=88=20=D9=85=D9=81=D8=A7=D8=B5=D9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/seed/specialties.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/seed/specialties.json b/data/seed/specialties.json index 6a053853..ba463aa5 100644 --- a/data/seed/specialties.json +++ b/data/seed/specialties.json @@ -835,5 +835,14 @@ "status": 1, "weight": 400, "parent_id": null + }, + { + "id": 166, + "uuid": "d74cb608-03d4-4283-aefd-d05641ca85be", + "name": "جراحی استخوان و مفاصل", + "slug": "جراحی-استخوان-و-مفاصل", + "status": 1, + "weight": 0, + "parent_id": 19 } ] \ No newline at end of file