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/FrontendAccess.php
Samuel Štancl e50e22434f initial
2021-03-17 17:28:17 +01:00

12 lines
174 B
PHP

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