Skip to content

Commit

Permalink
[DI] add missing property declarations in InlineServiceConfigurator
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Apr 8, 2020
1 parent 0506f8c commit 594e380
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -29,6 +29,10 @@ class InlineServiceConfigurator extends AbstractConfigurator
use Traits\ParentTrait;
use Traits\TagTrait;

private $id = '[inline]';
private $allowParent = true;
private $path = null;

public function __construct(Definition $definition)
{
$this->definition = $definition;
Expand Down

0 comments on commit 594e380

Please sign in to comment.