Skip to content

Commit f7f13fa

Browse files
committed
remove unused method
1 parent 36c3220 commit f7f13fa

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/Illuminate/Routing/RouteDependencyResolverTrait.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@
99

1010
trait RouteDependencyResolverTrait
1111
{
12-
/**
13-
* Call a class method with the resolved dependencies.
14-
*
15-
* @param object $instance
16-
* @param string $method
17-
* @return mixed
18-
*/
19-
protected function callWithDependencies($instance, $method)
20-
{
21-
return call_user_func_array(
22-
[$instance, $method], $this->resolveClassMethodDependencies([], $instance, $method)
23-
);
24-
}
25-
2612
/**
2713
* Resolve the object method's type-hinted dependencies.
2814
*

0 commit comments

Comments
 (0)