mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-11 10:54:34 +02:00
12 lines
141 B
PHP
12 lines
141 B
PHP
|
<?php
|
||
|
|
||
|
|
||
|
namespace App\Validator\Constraints;
|
||
|
|
||
|
|
||
|
use Symfony\Component\Validator\Constraint;
|
||
|
|
||
|
class ValidGoogleAuthCode extends Constraint
|
||
|
{
|
||
|
|
||
|
}
|