Page MenuHomeDevCentral

Job.php
No OneTemporary

<?php
namespace Nasqueron\Notifications\Jobs;
use Illuminate\Bus\Queueable;
abstract class Job {
/*
|--------------------------------------------------------------------------
| Queueable Jobs
|--------------------------------------------------------------------------
|
| This job base class provides a central location to place any logic that
| is shared across all of your jobs. The trait included with the class
| provides access to the "onQueue" and "delay" queue helper methods.
|
*/
use Queueable;
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 16:46 (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2632564
Default Alt Text
Job.php (556 B)

Event Timeline