Update phpdocs

This commit is contained in:
Bubka
2021-09-22 22:59:56 +02:00
parent 037ebaa8ba
commit afaa1a0a7a
3 changed files with 10 additions and 11 deletions

View File

@ -24,7 +24,8 @@ class QrCodeController extends Controller
/**
* Create a new controller instance.
*
* @param QrCodeService $qrcodeService
* @param \App\Services\QrCodeService $qrcodeService
* @param \App\Services\TwoFAccountService $twofaccountService
* @return void
*/
public function __construct(QrCodeService $qrcodeService, TwoFAccountService $twofaccountService)