Skip to content

Commit

Permalink
Added api key configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xitox97 committed Apr 25, 2020
1 parent 32a2309 commit 0f93fd9
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 89 deletions.
8 changes: 0 additions & 8 deletions config/config.php

This file was deleted.

8 changes: 8 additions & 0 deletions config/opendota.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

/*
* If you have api key, replace null with YOUR-API-KEY.
*/
return [
'api_key' => null,
];
Loading

0 comments on commit 0f93fd9

Please sign in to comment.