HOME


Mini Shell 1.0
DIR: /home/cardxfeb/www/vendor/livewire/livewire/src/Features/SupportPageComponents/
Upload File :
Current File : //home/cardxfeb/www/vendor/livewire/livewire/src/Features/SupportPageComponents/BaseTitle.php
<?php

namespace Livewire\Features\SupportPageComponents;

use Livewire\Features\SupportAttributes\Attribute as LivewireAttribute;

#[\Attribute]
class BaseTitle extends LivewireAttribute
{
    function __construct(
        public $content,
    ) {}
}