PHP Classes

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

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

Contents

Class file image Download
<?php

namespace App\Events;

class
ExampleEvent extends Event
{
   
/**
     * Create a new event instance.
     *
     * @return void
     */
   
public function __construct()
    {
       
//
   
}
}