Skip to content

Commit

Permalink
Update launchDarkly.php
Browse files Browse the repository at this point in the history
  • Loading branch information
th3third committed Sep 29, 2021
1 parent 47e7764 commit 2586c9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/launchDarkly.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

return [
"launchDarkly" => [
"key" => env("LAUNCHDARKLY_API_KEY")
"key" => env("LAUNCHDARKLY_API_KEY"),
"options" => []
]
];
];

0 comments on commit 2586c9f

Please sign in to comment.