Renamed and reorganized Livewire components, namespaces, and views for improved file structure and clarity. Introduced filaments.show and filaments.edit routes. Updated database migrations and navigation routes accordingly. Upgraded dependencies in composer.
This commit is contained in:
@@ -23,7 +23,7 @@ class Manufacturer extends Model
|
||||
return $this->hasMany(Filament::class);
|
||||
}
|
||||
|
||||
// Manufacturer has many filament types
|
||||
// Manufacturer has many filament type
|
||||
public function filamentTypes()
|
||||
{
|
||||
return $this->hasMany(FilamentType::class);
|
||||
|
||||
Reference in New Issue
Block a user