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:
@@ -21,7 +21,7 @@ class Color extends Model
|
||||
return $this->hasMany(Filament::class);
|
||||
}
|
||||
|
||||
// Color has many filament types
|
||||
// Color has many filament type
|
||||
public function filamentTypes()
|
||||
{
|
||||
return $this->hasMany(FilamentType::class);
|
||||
|
||||
Reference in New Issue
Block a user