changed back the allowed time

changed back the allowed time
pull/4/head
paulcortez 2 years ago
parent e2e684e5a9
commit be929147ae

@ -129,7 +129,7 @@ class Pages extends CI_controller
public function allowedTimeFrom() public function allowedTimeFrom()
{ {
return DateTime::createFromFormat('h:i a', '8:00 am'); return DateTime::createFromFormat('h:i a', '9:00 am');
} }
public function allowedTimeTo() public function allowedTimeTo()

Loading…
Cancel
Save