Skip to content

Commit

Permalink
Adds getCurrentRoute method to php doc for IDE Auto completion (#31955
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mateusjunges authored Mar 13, 2020
1 parent 951e10f commit 68d9364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* @method static \Illuminate\Routing\Route current()
* @method static string|null currentRouteName()
* @method static string|null currentRouteAction()
* @method static \Illuminate\Routing\Route getCurrentRoute()
*
* @see \Illuminate\Routing\Router
*/
Expand Down

0 comments on commit 68d9364

Please sign in to comment.