Skip to content

Commit

Permalink
Clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanvd committed Jan 23, 2020
1 parent 5cf32e8 commit c6b2012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Routing/ResourceRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ protected function addResourceStore($name, $base, $controller, $options)
*/
protected function addResourceShow($name, $base, $controller, $options)
{

$name = $this->getNameWithShallowness($name, $options);

$uri = $this->getResourceUri($name).'/{'.$base.'}';
Expand Down

0 comments on commit c6b2012

Please sign in to comment.