Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Support/Chatbot/
Upload File :
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 {}