????
Current Path : /home/thenclexdoctor.com/.trash/app/Http/Middleware/Api/ |
Current File : /home/thenclexdoctor.com/.trash/app/Http/Middleware/Api/ExampleMiddleware.php |
<?php namespace App\Http\Middleware\Api; use Closure; class ExampleMiddleware { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { return $next($request); } }
Sorry, this page is not available...