Completed
Pull Request — master (#675)
by
unknown
05:20
created
src/Traits/DetectsChanges.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Activitylog\Traits;
4 4
 
5
+use Astrotomic\Translatable\Translatable;
5 6
 use Illuminate\Database\Eloquent\Model;
6 7
 use Illuminate\Support\Arr;
7 8
 use Illuminate\Support\Str;
8 9
 use Spatie\Activitylog\Exceptions\CouldNotLogChanges;
9
-use Astrotomic\Translatable\Translatable;
10 10
 
11 11
 trait DetectsChanges
12 12
 {
Please login to merge, or discard this patch.