mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 22:58:35 +01:00
Fix phpstan issues
This commit is contained in:
parent
a3872b21ef
commit
0e76532ae5
@ -36,7 +36,7 @@ public function register()
|
||||
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…
Reference in New Issue
Block a user