File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ composer require maatify/bootstrap
8383# ### 📦 مخطط تسلسل الاعتماد (Dependency Chain Diagram)
8484
8585` ` ` mermaid
86- graph TD
87- A[maatify/psr-logger]:::core --> B[maatify/common]:::core
88- B --> C[maatify/bootstrap]:::main
89- C --> D[Other Maatify Libraries\n (rate-limiter, redis-cache, security-guard...)]:::ext
90-
91- classDef core fill:# a3d2ff,stroke:#004aad,stroke-width:2px;
92- classDef main fill:#d1ffd1,stroke:#008000,stroke-width:2px;
93- classDef ext fill:#fff3b0,stroke:#ffb300,stroke-width:2px;
86+ graph TD
87+ A[maatify/psr-logger]:::core --> B[maatify/common]:::core
88+ B --> C[maatify/bootstrap]:::main
89+ C --> D[" Other Maatify Libraries (rate-limiter, redis-cache, security-guard...)" ]:::ext
90+
91+ classDef core fill:# a3d2ff,stroke:#004aad,stroke-width:2px;
92+ classDef main fill:#d1ffd1,stroke:#008000,stroke-width:2px;
93+ classDef ext fill:#fff3b0,stroke:#ffb300,stroke-width:2px;
9494
9595` ` `
9696
You can’t perform that action at this time.
0 commit comments