Skip to content

Commit

Permalink
Changed DB::restruct() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
zntr committed Sep 14, 2023
1 parent 152958c commit 1193d27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Internal/package-database/Connection.php
Expand Up @@ -174,10 +174,14 @@ public function __debugInfo()

/**
* Restructure
*
* @param array $config
*
* @return void
*/
public function restruct()
public function restruct(array $config = [])
{
$this->__construct();
$this->__construct($config);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion zeroneed.php
Expand Up @@ -30,4 +30,4 @@
|
*/

ZN\ZN::run('FE', '8.7.0', 'Mustafa Kemal Atatürk');
ZN\ZN::run('FE', '8.7.1', 'Mustafa Kemal Atatürk');

0 comments on commit 1193d27

Please sign in to comment.