PHP Classes

File: apps/MS-AvailableHotels/app/Events/Event.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Hotel Booking Available   apps/MS-AvailableHotels/app/Events/Event.php   Download  
File: apps/MS-AvailableHotels/app/Events/Event.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: 121 bytes
 

Contents

Class file image Download
<?php

namespace App\Events;

use
Illuminate\Queue\SerializesModels;

abstract class
Event
{
    use
SerializesModels;
}