mirror of
https://github.com/archtechx/livewire-access.git
synced 2025-12-12 12:24:03 +00:00
restructure readme
This commit is contained in:
parent
f7770595fa
commit
adca37337a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ The package ships with two pairs of traits and attributes. One for *explicit* ac
|
||||||
|
|
||||||
This acts as a layer on top of Livewire's logic for distinguishing public properties, but it gives you the ability to manually make changes when you need more control than property/method visibility.
|
This acts as a layer on top of Livewire's logic for distinguishing public properties, but it gives you the ability to manually make changes when you need more control than property/method visibility.
|
||||||
|
|
||||||
## Why this is useful
|
## Why use this?
|
||||||
|
|
||||||
The trait for only allowing explicit access can also be useful to prevent accidentally making methods `public` when it's not needed, which has the potential to lead to security issues.
|
The trait for only allowing explicit access can also be useful to prevent accidentally making methods `public` when it's not needed, which has the potential to lead to security issues.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue