Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 22, 2016
1 parent 36c3220 commit f7f13fa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Illuminate/Routing/RouteDependencyResolverTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@

trait RouteDependencyResolverTrait
{
/**
* Call a class method with the resolved dependencies.
*
* @param object $instance
* @param string $method
* @return mixed
*/
protected function callWithDependencies($instance, $method)
{
return call_user_func_array(
[$instance, $method], $this->resolveClassMethodDependencies([], $instance, $method)
);
}

/**
* Resolve the object method's type-hinted dependencies.
*
Expand Down

0 comments on commit f7f13fa

Please sign in to comment.