Skip to content

Commit

Permalink
style: remove extra newline from source code (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Oct 8, 2024
1 parent f9b7772 commit f9f6ae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bootstrap/LoadEnvironmentVariables.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ final class LoadEnvironmentVariables implements BootstrapperContract
public function bootstrap(Application $app): void
{
if (class_exists(Dotenv::class)) {

if (file_exists($app->environmentFilePath())) {
$app->make(BaseLoadEnvironmentVariables::class)->bootstrap($app);
}
Expand Down

0 comments on commit f9f6ae1

Please sign in to comment.