Skip to content

Commit

Permalink
Revert adding head method to router (#30710)
Browse files Browse the repository at this point in the history
This reverts laravel/framework#30646 because it's incomplete and currently breaks the route:list command.

Closes laravel/framework#30708
  • Loading branch information
driesvints authored and taylorotwell committed Nov 29, 2019
1 parent 7e4c94d commit ee905d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Facades/Route.php
Expand Up @@ -5,7 +5,6 @@
/**
* @method static \Illuminate\Routing\Route fallback(\Closure|array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route get(string $uri, \Closure|array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route head(string $uri, \Closure|array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route post(string $uri, \Closure|array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route put(string $uri, \Closure|array|string|callable|null $action = null)
* @method static \Illuminate\Routing\Route delete(string $uri, \Closure|array|string|callable|null $action = null)
Expand Down

0 comments on commit ee905d0

Please sign in to comment.