Skip to content

Commit

Permalink
add namespace import
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 27, 2024
1 parent 551daf6 commit d7eba30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ composer require leuverink/livewire-property-group
## Basic Usage

```php
use Leuverink\PropertyAttribute\Group;

class Form extends Component
{
#[Group('a')]
Expand Down

0 comments on commit d7eba30

Please sign in to comment.