Skip to content

Commit 3d9725e

Browse files
committed
ITT: Visibility changed.
1 parent 3ff59d1 commit 3d9725e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/EmulatesEnvironment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected function emulateProduction()
1414
$this->emulateEnvironment('production');
1515
}
1616

17-
private function emulateEnvironment($environment)
17+
protected function emulateEnvironment($environment)
1818
{
1919
$this->app->detectEnvironment(function () use ($environment) {
2020
return $environment;

0 commit comments

Comments
 (0)