mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-18 22:23:34 +09:00
Complete all tasks
This commit is contained in:
@@ -13,6 +13,6 @@ class Attachment extends Model
|
||||
|
||||
public function attachable()
|
||||
{
|
||||
// TASK: fill in the code to make it work
|
||||
return $this->morphTo(); // TASK: fill in the code to make it work
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user