update to 2.1.5 version

change route to Symfony routing
This commit is contained in:
crazywhalecc
2021-01-13 15:40:27 +08:00
parent ccadec23e4
commit 1ef8225d10
7 changed files with 91 additions and 162 deletions

View File

@@ -280,8 +280,8 @@ class Framework
}
break;
default:
Console::info("Calculating ".$x);
dump($y);
//Console::info("Calculating ".$x);
//dump($y);
break;
}
}