Skip to content

Commit

Permalink
Implemented route description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Lago committed Sep 19, 2024
1 parent b12168c commit 34563ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,8 @@ public function getDescription()
* @param mixed $description
* @return $this
*/
public function description($description) {
public function description($description)
{
$this->description = $description;

return $this;
Expand Down

0 comments on commit 34563ba

Please sign in to comment.