Remove .env backup change
This commit is contained in:
parent
7f25147e97
commit
062ecd540c
1 changed files with 0 additions and 1 deletions
|
|
@ -192,7 +192,6 @@ class AppController extends BaseController
|
|||
}
|
||||
|
||||
$filePath = base_path().'/.env';
|
||||
copy($filePath, $filePath . '.backup.' . time());
|
||||
$fp = fopen($filePath, 'w');
|
||||
fwrite($fp, $config);
|
||||
fclose($fp);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue