Skip to content

Commit

Permalink
added logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 24, 2024
1 parent 9964826 commit e0def7e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Di/Injectable.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
* @property \Phalcon\Session\ManagerInterface $session
* @property \Phalcon\Events\Manager|\Phalcon\Events\ManagerInterface $eventsManager
* @property \Phalcon\Db\Adapter\AdapterInterface $db
// * @property \Phalcon\Encryption\Security $security
* @property \Phalcon\Encryption\Crypt|\Phalcon\Encryption\Crypt\CryptInterface $crypt
* @property \Phalcon\Html\TagFactory $tag
* @property \Phalcon\Html\Escaper|\Phalcon\Html\Escaper\EscaperInterface $escaper
* @property \Phalcon\Annotations\Adapter\Memory|\Phalcon\Annotations\Adapter $annotations
* @property \Phalcon\Mvc\Model\Manager|\Phalcon\Mvc\Model\ManagerInterface $modelsManager
Expand All @@ -43,11 +41,12 @@
* @property \Zemit\Identity $identity
* @property \Zemit\Locale $locale
* @property \Zemit\Encryption\Security $security
// * @property \Zemit\Tag $tag
* @property \Zemit\Tag $tag
*
* @property \Zemit\Acl\Acl $acl
* @property \Zemit\Support\HelperFactory $helper
* @property \Zemit\Bootstrap\Config $config
* @property \Phalcon\Logger\Logger $logger
*
* // @todo review Phalcon & Zemit DI
*/
Expand Down

0 comments on commit e0def7e

Please sign in to comment.