| Current Path : /var/www/html/aventurasolar.sumar.com.py/vendor/symfony/http-kernel/Attribute/ |
| Current File : /var/www/html/aventurasolar.sumar.com.py/vendor/symfony/http-kernel/Attribute/ArgumentInterface.php |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\HttpKernel\Attribute;
/**
* Marker interface for controller argument attributes.
*/
interface ArgumentInterface
{
}