Skip to content

Commit

Permalink
Rename for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
webtechnick committed Sep 2, 2013
1 parent 9048bce commit 75787aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
*/
App::uses('ClassRegistry', 'Utility');
App::uses('CakeLogInterface','Log');
class DatabaseLogger implements CakeLogInterface{
App::uses('Log', 'DatabaseLogger.Model');
class DatabaseLog implements CakeLogInterface{

/**
* Model name placeholder
Expand Down Expand Up @@ -48,4 +49,3 @@ function write($type, $message){
));
}
}
?>

0 comments on commit 75787aa

Please sign in to comment.