Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 21, 2019
1 parent 057495f commit 7f9ec5c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Illuminate/Pipeline/Pipeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ public function through($pipes)
return $this;
}

/**
* Get the array of pipes.
*
* @return array
*/
protected function pipes()
{
return $this->pipes;
}

/**
* Set the method to call on the pipes.
*
Expand Down Expand Up @@ -208,6 +198,16 @@ protected function parsePipeString($pipe)
return [$name, $parameters];
}

/**
* Get the array of configured pipes.
*
* @return array
*/
protected function pipes()
{
return $this->pipes;
}

/**
* Get the container instance.
*
Expand Down

0 comments on commit 7f9ec5c

Please sign in to comment.