Skip to content

Commit e4fdd51

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5451702 commit e4fdd51

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/TestSupport/Category.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ public function projects(): BelongsToMany
3333
return $this->belongsToMany(Project::class);
3434
}
3535
}
36-

tests/TestSupport/Project.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Spatie\Sluggable\Tests\TestSupport;
44

55
use Illuminate\Database\Eloquent\Model;
6-
use Illuminate\Database\Eloquent\Relations\BelongsTo;
76
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
87
use Spatie\Sluggable\HasTranslatableSlug;
98
use Spatie\Sluggable\SlugOptions;
@@ -34,4 +33,3 @@ public function categories(): BelongsToMany
3433
return $this->belongsToMany(Category::class);
3534
}
3635
}
37-

0 commit comments

Comments
 (0)