use class instance variables of db, cache, twig

This commit is contained in:
Spine
2023-02-03 11:13:46 +01:00
parent 300da3afb8
commit 56d868441c
167 changed files with 2722 additions and 2788 deletions
-1
View File
@@ -6,7 +6,6 @@ abstract class AbstractAPI extends \Gazelle\Base {
protected $config;
public function __construct(array $config) {
parent::__construct();
$this->config = $config;
}