Skip to content

Commit

Permalink
Remove unsupported AstrotomicTranslatable save method
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed Aug 30, 2019
1 parent 49a4bdf commit 28c5a1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Traits/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

trait Translatable
{
use AstrotomicTranslatable {
AstrotomicTranslatable::save as translatableSave;
}
use AstrotomicTranslatable;

/**
* @param array $rules
Expand Down

0 comments on commit 28c5a1c

Please sign in to comment.