mirror of
https://github.com/archtechx/livewire-access.git
synced 2025-12-12 20:34:03 +00:00
Fix import in example
This commit is contained in:
parent
527fbdb924
commit
4badd0cebb
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ To enable the implicit access mode, i.e. keep using the same mode , use the `Wit
|
||||||
```php
|
```php
|
||||||
use Livewire\Component;
|
use Livewire\Component;
|
||||||
use Lean\LivewireAccess\WithImplicitAccess;
|
use Lean\LivewireAccess\WithImplicitAccess;
|
||||||
use Lean\LivewireAccess\FrontendAccess;
|
use Lean\LivewireAccess\BlockFrontendAccess;
|
||||||
|
|
||||||
class MyComponent extends Component
|
class MyComponent extends Component
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue