File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/job.batched.queued.stub
Back
<?php namespace {{ namespace }}; use Illuminate\Bus\Batchable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Queue\Queueable; class {{ class }} implements ShouldQueue { use Batchable, Queueable; /** * Create a new job instance. */ public function __construct() { // } /** * Execute the job. */ public function handle(): void { if ($this->batch()->cancelled()) { // The batch has been cancelled... return; } // } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings