| Current Path : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Support/Chatbot/ |
| Current File : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Support/Chatbot/Embeddable.php |
<?php
declare(strict_types=1);
namespace App\Support\Chatbot;
use Attribute;
use Livewire\Features\SupportAttributes\Attribute as LivewireAttribute;
#[Attribute(Attribute::TARGET_CLASS)]
class Embeddable extends LivewireAttribute {}