Merge pull request #6209 from MrPetovan/task/move-config-to-php-array

Remove util/ folder
This commit is contained in:
Tobias Diekershoff 2018-12-29 11:43:55 +01:00 committed by GitHub
commit 7efde8e334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 2611 additions and 4940 deletions

View file

@ -6,7 +6,7 @@
return [
'twitter' => [
'consumerkey' => 'localhost',
'consumersecret' => 'mysqlusername',
'consumerkey' => '1234567890',
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
],
];