Skip to content

Commit

Permalink
History traits moved in history module
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 18, 2015
1 parent bbd8307 commit bd04b09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 133 deletions.
2 changes: 1 addition & 1 deletion src/Models/BaseTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace TypiCMS\Models;

use Illuminate\Database\Eloquent\Model;
use TypiCMS\Traits\Historable;
use TypiCMS\Modules\History\Traits\Historable;

abstract class BaseTranslation extends Model
{
Expand Down
132 changes: 0 additions & 132 deletions src/Traits/Historable.php

This file was deleted.

0 comments on commit bd04b09

Please # to comment.