Skip to content

Commit

Permalink
Change visibility of Illuminate\Routing\Route::getController() to pub…
Browse files Browse the repository at this point in the history
…lic (#15678)
  • Loading branch information
shadoWalker89 authored and taylorotwell committed Oct 3, 2016
1 parent 6b5705d commit 4510b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ protected function runController()
*
* @return mixed
*/
protected function getController()
public function getController()
{
list($class) = explode('@', $this->action['uses']);

Expand Down

0 comments on commit 4510b9b

Please sign in to comment.