Skip to content

Commit

Permalink
Move example to "example" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Jan 12, 2015
1 parent 5c00d9b commit f7e92f2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion public/index.php → example/public/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
require_once '../tests/bootstrap.php';

require_once __DIR__.'/../../vendor/autoload.php';

use Respect\Rest\Router;

$r3 = new Router;
Expand Down
File renamed without changes.

0 comments on commit f7e92f2

Please sign in to comment.