mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
admin creation via setup wizard refactoring
This commit is contained in:
@@ -155,10 +155,8 @@ if (! function_exists('add_paragraphs')) {
|
||||
if (! function_exists('setEnvironmentValue')) {
|
||||
/**
|
||||
* Set environment value
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
function setEnvironmentValue(array $values)
|
||||
function setEnvironmentValue(array $values): bool
|
||||
{
|
||||
$envFile = app()->environmentFilePath();
|
||||
$str = file_get_contents($envFile);
|
||||
|
||||
Reference in New Issue
Block a user