• File: AutowireDefinition.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/elementor/vendor_prefixed/dependency-injection/php-di/php-di/src/Definition/AutowireDefinition.php
  • File size: 184 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

declare (strict_types=1);
namespace ElementorDeps\DI\Definition;

/**
 * @author Matthieu Napoli <matthieu@mnapoli.fr>
 */
class AutowireDefinition extends ObjectDefinition
{
}