Partial bootstrap 4.5 support

This commit is contained in:
2022-01-20 04:01:51 +00:00
parent 47091f1754
commit 62f3a633d7
15 changed files with 324 additions and 130 deletions
-11
View File
@@ -1,11 +0,0 @@
<?php
use RR\Response as R;
class WellcomeController{
function welcome(){
R::json(Array('message' => Lang::getString('welcome', 'welcome')))->send()->done();
}
}