Skip to content

Commit

Permalink
Update textlocal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulreghunath authored Feb 8, 2019
1 parent 5ec5294 commit 21f2c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/textlocal.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
|--------------------------------------------------------------------------
*/

'key' => 'your API key',
'sender' => 'TXTLCL',
);
'key' => env('TEXT_LOCAL_KEY'),
'sender' => env('TEXT_LOCAL_SENDER','TXTLCL'),
);

0 comments on commit 21f2c78

Please sign in to comment.