mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 03:16:49 +02:00
Fix phpstan issues
This commit is contained in:
parent
a3872b21ef
commit
0e76532ae5
@ -36,7 +36,7 @@ class TwoFAuthServiceProvider extends ServiceProvider implements DeferrableProvi
|
||||
return new ReleaseRadarService;
|
||||
});
|
||||
|
||||
$this->app->bind(QrReader::class, function ($app, $parameters) {
|
||||
$this->app->bind(QrReader::class, function ($app, array $parameters) {
|
||||
return new QrReader($parameters['imgSource'], $parameters['sourceType']);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user