| Current Path : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/Attributes/ |
| Current File : /var/www/html/LLCF-APP/vendor/livewire/livewire/src/Attributes/Computed.php |
<?php
namespace Livewire\Attributes;
use Livewire\Features\SupportComputed\BaseComputed;
#[\Attribute]
class Computed extends BaseComputed
{
//
}