Skip to content

Commit f7e92f2

Browse files
committed
Move example to "example" directory
1 parent 5c00d9b commit f7e92f2

5 files changed

Lines changed: 3 additions & 1 deletion

File tree

File renamed without changes.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2-
require_once '../tests/bootstrap.php';
2+
3+
require_once __DIR__.'/../../vendor/autoload.php';
4+
35
use Respect\Rest\Router;
46

57
$r3 = new Router;

0 commit comments

Comments
 (0)