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

restructure readme

This commit is contained in:
Samuel Štancl 2021-03-17 17:54:23 +01:00
parent f7770595fa
commit adca37337a

View file

@ -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.
## 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.