Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Created December 1, 2016 19:07
Show Gist options
  • Save wilcorrea/92ea2f2af1c9b125b40e23adf982c086 to your computer and use it in GitHub Desktop.
Save wilcorrea/92ea2f2af1c9b125b40e23adf982c086 to your computer and use it in GitHub Desktop.
<?php
namespace Hero;
class Router
{
private $routes = [];
public function on($method, $path, $callback) {
// make a hero return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment