tusimo/laravel-closure-job

function helper to dispatch a closure job

v0.1.1 2018-08-01 08:37 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:33:29 UTC


README

a helper function to dispatch a closure job

dispatch_closure(function() {
    //code here
});