1
0
Fork 0
mirror of https://github.com/archtechx/livewire-access.git synced 2025-12-12 04:14:03 +00:00
livewire-access/src/BlockFrontendAccess.php
Abrar Ahmad 9eaccd2215 wip
2022-02-01 20:53:20 +05:00

12 lines
177 B
PHP

<?php
declare(strict_types=1);
namespace Lean\LivewireAccess;
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY|Attribute::TARGET_METHOD)]
class BlockFrontendAccess
{
}