Skip to content

Commit 99ba073

Browse files
committed
[ci skip] missing constructor call in Config/App.php
1 parent 07d1e4c commit 99ba073

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

application/Config/App.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ class App extends BaseConfig
273273

274274
public function __construct()
275275
{
276+
parent::__construct();
277+
276278
if (! defined('CRYPT_KEY'))
277279
{
278280
define('CRYPT_KEY', $this->encryptionKey);

0 commit comments

Comments
 (0)