@@ -2,10 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Getripay\GetripayVerifyFakeEmails; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Collection; |
|
| 6 | -use Illuminate\Support\Facades\Storage; |
|
| 7 | -use Illuminate\Support\LazyCollection; |
|
| 8 | - |
|
| 9 | 5 | class GetripayVerifyFakeEmails |
| 10 | 6 | { |
| 11 | 7 | public $path_to_file = '/vendor/wesbos/burner-email-providers/emails.txt'; |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Getripay\GetripayVerifyFakeEmails; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\ServiceProvider; |
|
| 6 | 5 | use Illuminate\Support\Facades\Validator; |
| 6 | +use Illuminate\Support\ServiceProvider; |
|
| 7 | 7 | |
| 8 | 8 | class GetripayVerifyFakeEmailsServiceProvider extends ServiceProvider |
| 9 | 9 | { |