HOME


sh-3ll 1.0
DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/js/action/
Upload File :
Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/js/action/method.js
import Action from '.'

export default class extends Action {
    constructor(method, params, el, skipWatcher = false) {
        super(el, skipWatcher)

        this.type = 'callMethod'
        this.method = method
        this.payload = {
            method,
            params,
        }
    }
}