3 namespace BookStack\Jobs;
5 use Illuminate\Bus\Queueable;
10 |--------------------------------------------------------------------------
12 |--------------------------------------------------------------------------
14 | This job base class provides a central location to place any logic that
15 | is shared across all of your jobs. The trait included with the class
16 | provides access to the "queueOn" and "delay" queue helper methods.