Skip to content

Instantly share code, notes, and snippets.

@john555
Last active March 4, 2020 07:03
Show Gist options
  • Save john555/e47fbbecc872d7c5bb2ffbc1f8c37fc8 to your computer and use it in GitHub Desktop.
Save john555/e47fbbecc872d7c5bb2ffbc1f8c37fc8 to your computer and use it in GitHub Desktop.
<?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