Remove unused MorphToMany relationships from models and add CategoriesTableSeeder for category data population

This commit is contained in:
Mekan1206
2026-02-09 02:26:59 +05:00
parent 41d6ddc346
commit bac1579285
11 changed files with 185 additions and 9 deletions

View File

@@ -14,7 +14,6 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\Relations\MorphTo;
use Illuminate\Database\Eloquent\Relations\MorphToMany;
use Laravel\Nova\Nova;
use Spatie\EloquentSortable\Sortable;
use Spatie\EloquentSortable\SortableTrait;