PHP Classes

File: apps/ApiGateway/app/Jobs/ExampleJob.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Hotel Booking Available   apps/ApiGateway/app/Jobs/ExampleJob.php   Download  
File: apps/ApiGateway/app/Jobs/ExampleJob.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Hotel Booking Available
Search for hotels that are available for booking
Author: By
Last change:
Date: 2 years ago
Size: 315 bytes
 

Contents

Class file image Download
<?php

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()
    {
       
//
   
}
}