Your IP : 18.119.157.241


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/laravel/framework/src/Illuminate/Events/
Upload File :
Current File : /home/lentoinv/test.api.lentoria.com/vendor/laravel/framework/src/Illuminate/Events/functions.php

<?php

namespace Illuminate\Events;

use Closure;

if (! function_exists('Illuminate\Events\queueable')) {
    /**
     * Create a new queued Closure event listener.
     *
     * @param  \Closure  $closure
     * @return \Illuminate\Events\QueuedClosure
     */
    function queueable(Closure $closure)
    {
        return new QueuedClosure($closure);
    }
}

?>