Skip to content

Commit

Permalink
Adding a class_alias for the Time lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 31, 2014
1 parent caac0c6 commit c21382d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/bootstrap.php
Expand Up @@ -27,5 +27,6 @@ class_alias('Cake\Network\Exception\NotFoundException', 'Cake\Error\NotFoundExce
class_alias('Cake\Network\Exception\NotImplementedException', 'Cake\Error\NotImplementedException');
class_alias('Cake\Network\Exception\SocketException', 'Cake\Error\SocketException');
class_alias('Cake\Network\Exception\UnauthorizedException', 'Cake\Error\UnauthorizedException');
class_alias('Cake\I18n\Time', 'Cake\Utiliy\Time');

require CAKE . 'basics.php';

0 comments on commit c21382d

Please sign in to comment.