mirror of
https://github.com/archtechx/livewire-access.git
synced 2025-12-12 04:14:03 +00:00
12 lines
172 B
PHP
12 lines
172 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Lean\LivewireAccess;
|
|
|
|
use Attribute;
|
|
|
|
#[Attribute(Attribute::TARGET_PROPERTY|Attribute::TARGET_METHOD)]
|
|
class FrontendAccess
|
|
{
|
|
}
|