BRANCHNAME uppercase
This commit is contained in:
parent
04ed457570
commit
1180f531d7
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
$branchname = "unknown";
|
||||
Log::error($e);
|
||||
}
|
||||
config(['BranchName' => $branchname]);
|
||||
config(['BRANCHNAME' => $branchname]);
|
||||
|
||||
|
||||
// Set Discord-API Config
|
||||
|
|
Loading…
Reference in a new issue