PHP Classes

File: apps/ApiGateway/app/Http/Controllers/Controller.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Hotel Booking Available   apps/ApiGateway/app/Http/Controllers/Controller.php   Download  
File: apps/ApiGateway/app/Http/Controllers/Controller.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: 148 bytes
 

Contents

Class file image Download
<?php

namespace App\Http\Controllers;

use
Laravel\Lumen\Routing\Controller as BaseController;

class
Controller extends BaseController
{
   
//
}