Skip to content

Commit

Permalink
Update ManifestDoesNotExistSolution.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu authored Oct 31, 2022
1 parent 420929a commit ca099f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/Solutions/ManifestDoesNotExistSolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ManifestDoesNotExistSolution implements Solution
{
public function getSolutionTitle(): string
{
return "manifest.json 文件尚未生成";
return 'manifest.json 文件尚未生成';
}

public function getSolutionDescription(): string
Expand Down

0 comments on commit ca099f9

Please sign in to comment.