ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/webklex/laravel-imap/src/Events/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/webklex/laravel-imap/src/Events/Event.php

<?php

namespace Webklex\IMAP\Events;


abstract class Event {

    /**
     * Dispatch the event with the given arguments.
     *
     * @return void|array
     */
    public static function dispatch() {
        return event(new static(func_get_args()));
    }
}

Zerion Mini Shell 1.0