Last active
March 4, 2020 07:03
-
-
Save john555/e47fbbecc872d7c5bb2ffbc1f8c37fc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$router = new Router(new Request); | |
$router->get('/', function() {}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment