fix : 모델 경로 수정
This commit is contained in:
@@ -16,4 +16,9 @@ public function category() {
|
||||
public function boms() {
|
||||
return $this->hasMany(Bom::class);
|
||||
}
|
||||
|
||||
public function files()
|
||||
{
|
||||
return $this->morphMany(File::class, 'fileable');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user