Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
xalaida committed Feb 9, 2023
1 parent 215d865 commit 44e5d8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/HasPosition.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ protected function assignPosition(): void
// Sync original attribute to not shift other models when the model will be created
$this->syncOriginalAttribute($this->getPositionColumn());
}

}

/**
Expand Down
1 change: 0 additions & 1 deletion tests/MoveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Nevadskiy\Position\Tests;

use Illuminate\Support\Facades\DB;
use Nevadskiy\Position\Tests\Support\Factories\CategoryFactory;
use Nevadskiy\Position\Tests\Support\Models\Category;

Expand Down

0 comments on commit 44e5d8a

Please sign in to comment.