1
0
Fork 0
mirror of https://github.com/archtechx/livewire-access.git synced 2025-12-12 12:24:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-02-01 20:53:20 +05:00
parent bb1a737b3a
commit 9eaccd2215
7 changed files with 151 additions and 14 deletions

View file

@ -6,7 +6,7 @@ namespace Lean\LivewireAccess;
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY | Attribute::TARGET_METHOD)]
#[Attribute(Attribute::TARGET_PROPERTY|Attribute::TARGET_METHOD)]
class BlockFrontendAccess
{
}