Completed
Branch master (e40070)
by Gui Xin
15:32
created
src/Categorizable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 namespace UniSharp\Categorizable;
3 3
 
4 4
 use Illuminate\Database\Eloquent\Builder;
5
-use UniSharp\Categorizable\Models\Category;
6 5
 use Illuminate\Database\Eloquent\Relations\MorphToMany;
6
+use UniSharp\Categorizable\Models\Category;
7 7
 
8 8
 trait Categorizable
9 9
 {
Please login to merge, or discard this patch.
src/Models/Category.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace UniSharp\Categorizable\Models;
4 4
 
5
-use Kalnoy\Nestedset\NodeTrait;
6 5
 use Illuminate\Database\Eloquent\Model;
6
+use Kalnoy\Nestedset\NodeTrait;
7 7
 
8 8
 class Category extends Model
9 9
 {
Please login to merge, or discard this patch.