Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update action name behavior #21

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Update action name behavior #21

merged 1 commit into from
Nov 22, 2022

Conversation

lloricode
Copy link
Contributor

@lloricode lloricode commented Nov 22, 2022

Use action getDefaultName() to be able to use in test properly.

    livewire(ListAdmins::class)
        ->callTableAction(Impersonate::class, $admin);

```php
    livewire(ListAdmins::class)
        ->callTableAction(Impersonate::class, $admin);
```
@jszobody jszobody merged commit c354c3c into stechstudio:master Nov 22, 2022
@jszobody
Copy link
Member

thanks!

@lloricode lloricode deleted the patch-1 branch November 22, 2022 04:24
@lloricode
Copy link
Contributor Author

hi @jszobody, thanks for merging, can we get this with released tag?

@jszobody
Copy link
Member

@lloricode 2.9 is tagged

@lloricode
Copy link
Contributor Author

@lloricode 2.9 is tagged

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants