/
home
/
obinna
/
html
/
cravings
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
/
Upload File
HOME
<?php namespace {{ namespace }}; use Illuminate\Foundation\Bus\Dispatchable; class {{ class }} { use Dispatchable; /** * Create a new job instance. * * @return void */ public function __construct() { // } /** * Execute the job. * * @return void */ public function handle() { // } }