mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-09-12 16:45:16 -04:00
use class instance variables of db, cache, twig
This commit is contained in:
@@ -6,7 +6,6 @@ abstract class AbstractAPI extends \Gazelle\Base {
|
||||
protected $config;
|
||||
|
||||
public function __construct(array $config) {
|
||||
parent::__construct();
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user