%PDF- %PDF-
| Direktori : /www/loslex/demo/vendor/laravel/framework/src/Illuminate/Routing/Controllers/ |
| Current File : //www/loslex/demo/vendor/laravel/framework/src/Illuminate/Routing/Controllers/HasMiddleware.php |
<?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();
}