phalcon / phalcon-devtools

Phalcon Developer Tools
https://docs.phalcon.io/latest/en/devtools
Other
1.33k stars 630 forks source link

#1471 - Fix Di instance order #1472

Closed pgalocha closed 3 years ago

pgalocha commented 3 years ago

Small description of change:

Changed Di instance order in Boostrap File. Was being instanciated after the App class, when it needs to be in first place to be utilised in App object.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1472 into 4.0.x will decrease coverage by 0.11%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             4.0.x   #1472      +/-   ##
==========================================
- Coverage     3.55%   3.44%   -0.12%     
==========================================
  Files          111     111              
  Lines         4757    5114     +357     
==========================================
+ Hits           169     176       +7     
- Misses        4588    4938     +350