Skip to content

Commit b33e146

Browse files
committed
Update configuration for valid email access token
1 parent 23682e5 commit b33e146

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/config.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/config/usevalidemail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'access_token' => env('USE_VALID_EMAIL_TOKEN'),
4+
'access_token' => env('USE_VALID_EMAIL_ACCESS_TOKEN'),
55
'api_endpoint' => 'https://api.usevalid.email/v1/',
66
'timeout' => 10,
77
];

0 commit comments

Comments
 (0)