Skip to content

Commit 98ea9ac

Browse files
committed
Fix bug in core script.
1 parent 7b65dc3 commit 98ea9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
|
186186
*/
187187

188-
if ( ! is_null($environment))
188+
if (isset($environment))
189189
{
190190
Request::set_env($environment);
191191
}

0 commit comments

Comments
 (0)