Skip to content

Commit

Permalink
Don't enable immutability when loading the .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 24, 2019
1 parent f0a7c3c commit c1e1689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Support/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public static function getRepository()
static::$repository = RepositoryBuilder::create()
->withReaders($adapters)
->withWriters($adapters)
->immutable()
->make();
}

Expand Down

0 comments on commit c1e1689

Please sign in to comment.