Skip to content

Commit

Permalink
Merge pull request #62 from nguyenanhung/v3.2.0-develop
Browse files Browse the repository at this point in the history
V3.2.0 develop - Update core
  • Loading branch information
nguyenanhung committed Sep 16, 2024
2 parents c760aa7 + edb0754 commit 84e2da6
Show file tree
Hide file tree
Showing 6 changed files with 2,755 additions and 2,851 deletions.
2 changes: 1 addition & 1 deletion hungng/HungNG_CI_Base_Controllers.php
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ protected function command_clean_cache_apc()
* @copyright: 713uk13m <dev@nguyenanhung.com>
* @time : 09/01/2021 52:11
*/
protected function command_create_encryption_key(): void
protected function command_create_encryption_key()
{
if (is_cli()) {
$this->load->library('encryption');
Expand Down
2 changes: 1 addition & 1 deletion hungng/HungNG_CI_Base_Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ protected function command_clean_cache_apc()
* @copyright: 713uk13m <dev@nguyenanhung.com>
* @time : 09/01/2021 52:11
*/
protected function command_create_encryption_key(): void
protected function command_create_encryption_key()
{
if (is_cli()) {
$this->load->library('encryption');
Expand Down
Loading

0 comments on commit 84e2da6

Please sign in to comment.