Skip to content

Commit d021138

Browse files
committed
remove trash
1 parent 78ba17c commit d021138

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

src/Router.php

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,3 @@ public function getAccessedRoute()
5050
return new Route($route, $method);
5151
}
5252
}
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

Comments
 (0)