Skip to content

Commit

Permalink
Update phone.php
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler committed Nov 7, 2023
1 parent 3f27640 commit 7921211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'phone' => [
'base_url' => 'https://phonevalidation.abstractapi.com/',
'api_key' => 'XXXXXXXXXXXXXXXXXXXXXX',
'base_url' => env('ABSTRACT_BASE_URL'),
'api_key' => env('ABSTRACT_API_KEY'),
],
];

0 comments on commit 7921211

Please sign in to comment.