Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed May 28, 2022
1 parent ca63d45 commit 2156113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^8.0|^8.1",
"illuminate/contracts": "^8.80 || ^9.0",
"nikic/php-parser": "^4.13",
"nunomaduro/termwind": "^1.4",
"nunomaduro/termwind": "^1.10",
"spatie/laravel-package-tools": "^1.9.2",
"thecodingmachine/safe": "^2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Commands/Concerns/HasUsefulConsoleMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ private function information(string $message): self
}

private function askUserToStarRepository(): void
{
{<span>
render('
<footer class="mx-2 my-1 italic">
⭐️ <a href="https://github.com/worksome/envy">If you like Exchange, show your support by starring the repository!</a> ⭐️
⭐️ <a href="https://github.com/worksome/envy">If you like Envy, show your support by starring the repository!</a> ⭐️
</footer>
');
}
Expand Down

0 comments on commit 2156113

Please sign in to comment.