Dusterio\AwsWorker\Controllers\LaravelController::getMiddleware PHP Méthode

getMiddleware() public méthode

Get the middleware assigned to the controller.
public getMiddleware ( ) : array
Résultat array
    public function getMiddleware()
    {
        return $this->middleware;
    }