From e17392e46259e6f2e012017987cf7c31c171488f Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 28 Oct 2018 19:56:27 +0100 Subject: abstract config NWY --- w/class/application.php | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'w/class/application.php') diff --git a/w/class/application.php b/w/class/application.php index 77599d5..4492aad 100644 --- a/w/class/application.php +++ b/w/class/application.php @@ -4,21 +4,6 @@ class Application { - protected $config; - - - public function __construct() - { - $this->setconfig(); - - } - - - public function setconfig() - { - $this->config = Modelconfig::readconfig(); - } - -- cgit v1.2.3