Complete all tasks

This commit is contained in:
Thuan Bui
2025-04-05 09:33:22 +09:00
parent 3a95847a8b
commit 992d4ee1c2
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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
}
}