Skip to content

Commit

Permalink
Merge branch '2.x-dev' into unify-the-navigation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 10, 2024
2 parents 8d5bc2d + 909b8ee commit 17cd699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static function create(array $data): PostAuthor
], $data));
}

/** Get a Post Author instance by username, or null if not found. */
/** Get a Post Author instance by username, or null if not found. */
public static function get(string $username): ?static
{
return static::all()->get(static::normalizeUsername($username));
Expand Down

0 comments on commit 17cd699

Please sign in to comment.