Undeclared properties
This commit is contained in:
parent
8c8c36acee
commit
303179469a
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ use Slim\Container;
|
|||
* */
|
||||
class FrontController
|
||||
{
|
||||
private $config;
|
||||
private $download;
|
||||
private $container;
|
||||
|
||||
public function __construct(Container $container)
|
||||
{
|
||||
$this->config = Config::getInstance();
|
||||
|
|
Loading…
Reference in a new issue