Skip to content

Commit

Permalink
fix: Added build context options key
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykbaszak committed Jul 24, 2024
1 parent cba9112 commit 4f57afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Blueprint/Application/Model/Assets/ClassBlueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class ClassBlueprint implements Normalizable
{
use GetAttributes;

public const OPTIONS_BUILD_CONTEXT = 'buildContext';

/** @var array<string, mixed> */
public array $options = [];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class PropertyBlueprint implements Normalizable

public const OPTIONS_NAME = 'name';
public const OPTIONS_PATH = 'path';
public const OPTIONS_BUILD_CONTEXT = 'buildContext';

/** @var array<string, mixed> */
public array $options = [];
Expand Down

0 comments on commit 4f57afb

Please sign in to comment.