Skip to content
This repository was archived by the owner on Nov 11, 2021. It is now read-only.

Commit b95199b

Browse files
committed
[FIX]
- Project name; - The env on config.php,
1 parent 67b5057 commit b95199b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$config = require __DIR__.'/config/' . getenv('SYSTEM_ENV') . '.php';
77

88
return array_replace_recursive([
9-
'env' => !empty(getenv('SYSTEM_ENV')) ? getenv('SYSTEM_ENV') : 'local',
9+
'env' => !empty(getenv('SYSTEM_ENV')) ? getenv('SYSTEM_ENV') : '',
1010
'app' => [
1111
'name' => 'lil-fwork'
1212
],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "burredis/php/lil-fwork",
2+
"name": "burredis-php-lil-fwork",
33
"license": "proprietary",
44
"authors": [
55
{

0 commit comments

Comments
 (0)