Fix errors in the router

This commit is contained in:
2017-09-04 11:02:25 +07:00
parent 128d337383
commit bfdd632adf
4 changed files with 21 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ class Posts
return true;
}
public function new()
public function entry()
{
echo "You can entry new data here."; // Nanti di replace sama twig view ke App\Views\Data\new_pengumuman.html
return true;