Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
15
vendor/mercadopago/dx-php/src/MercadoPago/Annotation/RequestParam.php
vendored
Normal file
15
vendor/mercadopago/dx-php/src/MercadoPago/Annotation/RequestParam.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace MercadoPago\Annotation;
|
||||
use Doctrine\Common\Annotations\Annotation;
|
||||
|
||||
/**
|
||||
* @Annotation
|
||||
*/
|
||||
class RequestParam extends Annotation
|
||||
{
|
||||
/**
|
||||
* @var
|
||||
*/
|
||||
public $param;
|
||||
}
|
||||
Reference in New Issue
Block a user