1
0
Fork 0
mirror of https://github.com/archtechx/livewire-access.git synced 2025-12-12 12:24:03 +00:00

Fix import in example

This commit is contained in:
Samuel Štancl 2021-03-17 18:58:44 +01:00 committed by GitHub
parent 527fbdb924
commit 4badd0cebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ To enable the implicit access mode, i.e. keep using the same mode , use the `Wit
```php
use Livewire\Component;
use Lean\LivewireAccess\WithImplicitAccess;
use Lean\LivewireAccess\FrontendAccess;
use Lean\LivewireAccess\BlockFrontendAccess;
class MyComponent extends Component
{