]> git.agnieray.net Git - galette.git/commitdiff
Fix dependency injection
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 25 Oct 2021 05:48:44 +0000 (07:48 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 7 Nov 2021 08:07:54 +0000 (09:07 +0100)
galette/lib/Galette/Features/Replacements.php

index e0e69c81924261fbc17e523c1e4e1e0c7f50a884..473b40173c41f761a6728de2a2e7a7b6d89419ee 100644 (file)
@@ -72,7 +72,7 @@ trait Replacements
     private $dynamic_patterns = [];
 
     /**
-     * @Inject("db")
+     * @Inject("zdb")
      * @var Db
      */
     protected $zdb;