mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-05 05:50:32 +01:00
Fix pint issues
This commit is contained in:
parent
e7ad0df6a3
commit
1fdedddd6b
@ -32,9 +32,6 @@ class IconStoreService
|
||||
*/
|
||||
protected Sanitizer $svgSanitizer;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function __construct(Sanitizer $svgSanitizer)
|
||||
{
|
||||
$this->usesDatabase = Settings::get('storeIconsInDatabase');
|
||||
|
@ -30,9 +30,6 @@ class LogoService
|
||||
*/
|
||||
const TFA_IMG_URL = 'https://raw.githubusercontent.com/2factorauth/twofactorauth/master/img/';
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->setTfaCollection();
|
||||
|
@ -26,9 +26,6 @@ class IconServiceTest extends FeatureTestCase
|
||||
{
|
||||
use WithoutMiddleware;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
protected IconService $iconService;
|
||||
|
||||
public function setUp() : void
|
||||
|
Loading…
Reference in New Issue
Block a user