We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ba17c commit d021138Copy full SHA for d021138
1 file changed
src/Router.php
@@ -50,34 +50,3 @@ public function getAccessedRoute()
50
return new Route($route, $method);
51
}
52
53
-
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
-// public function route()
73
-// {
74
-// $reflection = new ReflectionClass(RouteTeste::class);
75
-// foreach($reflection->getMethods() as $method) {
76
-// foreach($method->getAttributes() as $attribute) {
77
-// $attribute->newInstance();
78
-// if($attribute->newInstance()->path == "/teste2") {
79
-// var_dump($method->invoke(new ($reflection->getName())));
80
-// }
81
82
83
0 commit comments