Fixed mixed indents
This commit is contained in:
parent
3a8218687f
commit
bbffaef1ff
|
@ -15,7 +15,7 @@ The second argument will match the request method. The default method is 'get'.
|
||||||
include('Route.php');
|
include('Route.php');
|
||||||
|
|
||||||
Route::add('/user/([0-9]*)/edit',function($id){
|
Route::add('/user/([0-9]*)/edit',function($id){
|
||||||
echo 'Edit user with id '.$id.'<br/>';
|
echo 'Edit user with id '.$id.'<br/>';
|
||||||
},'get');
|
},'get');
|
||||||
|
|
||||||
Route::run('/');
|
Route::run('/');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user