Skip to content

Commit

Permalink
Renamed Loggable to LoggableBehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Feb 24, 2014
1 parent c024cd8 commit ef1b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loggable.php → LoggableBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use yii\base\Behavior;
use yii\db\ActiveRecord;

class Loggable extends Behavior
class LoggableBehavior extends Behavior
{
private $_oldattributes = array();

Expand Down

0 comments on commit ef1b65e

Please sign in to comment.