Skip to content

Commit

Permalink
Merge 8bd4617 into b4b954f
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmu committed Nov 5, 2022
2 parents b4b954f + 8bd4617 commit 5b2d119
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Http/Controllers/FaviconController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class FaviconController
/**
* Return the actual favicon.
*
* @param int $width
* @param int $height
* @param int $width
* @param int $height
* @return \Illuminate\Http\Response
*/
public function png(int $width = 32, int $height = 32)
Expand Down Expand Up @@ -44,6 +44,7 @@ public function manifest()
* Returns the browserconfig for IE.
*
* @return \Illuminate\Contracts\Routing\ResponseFactory|\Illuminate\Http\Response
*
* @throws \Throwable
*/
public function browserconfig()
Expand Down

0 comments on commit 5b2d119

Please sign in to comment.