Skip to content

Commit

Permalink
adding config to injectable, adding todo to review injectable later
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 24, 2024
1 parent 57fc0ad commit 9964826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Di/Injectable.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
*
* @property \Zemit\Acl\Acl $acl
* @property \Zemit\Support\HelperFactory $helper
* @property \Zemit\Bootstrap\Config $config
*
* // @todo review Phalcon & Zemit DI
*/
class Injectable extends \Phalcon\Di\Injectable implements \Phalcon\Di\InjectionAwareInterface
{
Expand Down

0 comments on commit 9964826

Please sign in to comment.