Closed milesj closed 9 years ago
This method should wire up routes based on annotations found in the class. This will require #51.
class Foo { <<Route('/foo')>> public function action(): mixed {} }
$router->wire('Foo');
This method should wire up routes based on annotations found in the class. This will require #51.