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