Preview: HasMiddleware.php
Size: 296 B
/home/getspomw/royalsquad.us/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 array<int,\Illuminate\Routing\Controllers\Middleware|\Closure|string>
*/
public static function middleware();
}
Directory Contents
Dirs: 0 × Files: 2