Add Links::comments

This commit is contained in:
Eric Lippmann 2019-11-04 15:47:27 +01:00
parent 16be0ae691
commit 98a22f2d76

View file

@ -18,6 +18,11 @@ abstract class Links
return Url::fromPath('eagle/comment', ['name' => $comment->name]);
}
public static function comments()
{
return Url::fromPath('eagle/comments');
}
public static function host(Host $host)
{
return Url::fromPath('eagle/host', ['name' => $host->name]);