Skip to content

Commit

Permalink
T3 Update User.php
Browse files Browse the repository at this point in the history
  • Loading branch information
imtyaz-17 authored Jul 6, 2024
1 parent 0807f2b commit 0d60c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function tasks()
public function comments()
{
// TASK: add the code here for two-level relationship
return $this->hasManyThrough(Comment::class, Task::class);
}

public function projects()
Expand Down

0 comments on commit 0d60c56

Please sign in to comment.