%PDF- %PDF-
| Direktori : /www/loslex_o/production/vendor/livewire/livewire/src/Features/SupportAttributes/ |
| Current File : /www/loslex_o/production/vendor/livewire/livewire/src/Features/SupportAttributes/AttributeLevel.php |
<?php
namespace Livewire\Features\SupportAttributes;
enum AttributeLevel
{
case ROOT;
case PROPERTY;
case METHOD;
}