Skip to content

Commit 348c4c3

Browse files
committed
update
1 parent 47725c3 commit 348c4c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

04-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ This is a reference of the all global variables and functions.
2626
| `Auth::login($username,$password):bool ` | *.php | Logging in |
2727
| `Auth::logout():bool ` | *.php | Logging out |
2828
| `Auth::register($username,$password):bool ` | *.php | Adding users |
29-
| `Flash::set($type,$message) ` | *.php | Flash message |
30-
| `Flash::get():array ` | *.php | Flash message |
3129
| `Router::addRoute($req,$loc) ` | routes.php | Routing |
3230
| `Router::redirect($url) ` | *.php | Redirection |
3331
| `Router::json($object) ` | *.phtml | Return JSON |

0 commit comments

Comments
 (0)