Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
askdkc authored and github-actions[bot] committed Dec 16, 2022
1 parent 5273b94 commit 859ea06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Commands/BreezejpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function handle(): int
// Save the modified contents back to the file
file_put_contents(base_path('config/app.php'), $configfile);


if ($this->confirm('GitHubリポジトリにスターの御協力をお願いします🙏', true)) {
$repoUrl = 'https://github.com/askdkc/breezejp';

Expand Down
2 changes: 1 addition & 1 deletion tests/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$this->assertFileExists(base_path('lang/ja/validation.php'));
});

test('breezejp command successfully update config/app.php locale to ja', function (){
test('breezejp command successfully update config/app.php locale to ja', function () {
$this->artisan('breezejp')
->expectsOutput('Laravel Breeze用に日本語翻訳ファイルを準備します')
->expectsConfirmation('GitHubリポジトリにスターの御協力をお願いします🙏', 'no')
Expand Down

0 comments on commit 859ea06

Please sign in to comment.