<?php | |
class AppController extends Controller | |
{ | |
public $helpers = array( | |
'Customtime' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
class AppController extends Controller | |
{ | |
public $helpers = array( | |
'Customtime' | |
); |