Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KNaveenraj-ladybird authored Oct 25, 2023
1 parent c3dc545 commit ded4b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/SetupTestEnv.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ private function createEnv(string $dbUsername, string $dbPassword, string $dbNam

return;
}

// Write environment file
$fp = fopen(base_path().DIRECTORY_SEPARATOR.'.env.testing', 'w');
fwrite($fp, $config);
Expand Down

0 comments on commit ded4b24

Please sign in to comment.