All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-lumen.ExampleJob.php.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
licenseInfoLumen}}
namespace App\Jobs;

class ExampleJob extends Job
{
    /**
     * Create a new job instance.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }

    /**
     * Execute the job.
     *
     * @return void
     */
    public function handle()
    {
        //
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy