Skip to content

Commit

Permalink
Pint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Aug 7, 2023
1 parent 1151a39 commit 553f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhoneVerificationServiceProvider.php
Expand Up @@ -57,7 +57,7 @@ protected function storages()
'mongodb' => [
\AlexGeno\PhoneVerification\Storage\MongoDb::class, // storage class name
function (array $config): array { // params for the constructor
/**
/**
* @var \Jenssegers\Mongodb\Connection
*/
$connection = DB::connection($config['connection']);
Expand Down

0 comments on commit 553f7a8

Please sign in to comment.