Skip to content

Commit

Permalink
[11.x] signature typo (#50766)
Browse files Browse the repository at this point in the history
* typo

* Update HasMiddleware.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
abrahamgreyson and taylorotwell committed Mar 26, 2024
1 parent fe17608 commit 5daf210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Controllers/HasMiddleware.php
Expand Up @@ -7,7 +7,7 @@ interface HasMiddleware
/**
* Get the middleware that should be assigned to the controller.
*
* @return \Illuminate\Routing\Controllers\Middleware|array
* @return \Illuminate\Routing\Controllers\Middleware[]
*/
public static function middleware();
}

0 comments on commit 5daf210

Please sign in to comment.