Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Controllers
:
HasMiddleware.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Illuminate\Routing\Controllers; interface HasMiddleware { /** * Get the middleware that should be assigned to the controller. * * @return \Illuminate\Routing\Controllers\Middleware|array */ public static function middleware(); }