We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5451702 commit e4fdd51Copy full SHA for e4fdd51
tests/TestSupport/Category.php
@@ -33,4 +33,3 @@ public function projects(): BelongsToMany
33
return $this->belongsToMany(Project::class);
34
}
35
36
-
tests/TestSupport/Project.php
@@ -3,7 +3,6 @@
3
namespace Spatie\Sluggable\Tests\TestSupport;
4
5
use Illuminate\Database\Eloquent\Model;
6
-use Illuminate\Database\Eloquent\Relations\BelongsTo;
7
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
8
use Spatie\Sluggable\HasTranslatableSlug;
9
use Spatie\Sluggable\SlugOptions;
@@ -34,4 +33,3 @@ public function categories(): BelongsToMany
return $this->belongsToMany(Category::class);
37
0 commit comments