-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from nguyenanhung/v3.2.0-develop
V3.2.0 develop - Update core
- Loading branch information
Showing
6 changed files
with
2,755 additions
and
2,851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -559,7 +559,7 @@ protected function command_clean_cache_apc() | |
* @copyright: 713uk13m <[email protected]> | ||
* @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'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -559,7 +559,7 @@ protected function command_clean_cache_apc() | |
* @copyright: 713uk13m <[email protected]> | ||
* @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'); | ||
|
Oops, something went wrong.