Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 12, 2024
1 parent 1452d58 commit 9fba287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public function __construct(PostAuthor $author)

public function getBladeView(): string
{
// Todo: Support/document overriding the view

return $this->view;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public function __construct(Collection $authors)

public function getBladeView(): string
{
// Todo: Support/document overriding the view

return $this->view;
}
}

0 comments on commit 9fba287

Please sign in to comment.