Fix errors in the router
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user