Skip to content

Commit daa8946

Browse files
tambah actionHello
1 parent e622d4b commit daa8946

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/controllers/SiteController.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,9 @@ public function actionEntry()
274274
return $this->render('entry', ['model' => $model]);
275275
}
276276
}
277+
278+
public function actionHello()
279+
{
280+
return $this->render('hello');
281+
}
277282
}

0 commit comments

Comments
 (0)