Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Mar 26, 2021
1 parent a880fc6 commit 097353b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Tags/BladeComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ class BladeComponent extends Tags
protected static $handle = 'component';

/** @var array<string> */
protected static $aliases = ['x'];
protected static $aliases = [
'x'
];

/**
* Renders given component to Laravel Blade components
Expand Down

0 comments on commit 097353b

Please sign in to comment.