File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 149
149
|
150
150
| Next we're ready to determine the application environment. This may be
151
151
| set either via the command line options or via the mapping of URIs to
152
- | environments that lives in the "paths.php" file for the application and
153
- | is parsed. When determining the CLI environment, the "--env" CLI option
154
- | overrides the mapping in "paths.php".
152
+ | environments that lives in the "paths.php" file for the application
153
+ | and is parsed. When determining the CLI environment, the "--env"
154
+ | CLI option overrides the mapping in "paths.php".
155
155
|
156
156
*/
157
+
157
158
if (Request::cli ())
158
159
{
159
160
$ environment = get_cli_option ('env ' );
160
161
161
- if (! isset ($ environment )) {
162
+ if ( ! isset ($ environment ))
163
+ {
162
164
$ environment = Request::detect_env ($ environments , gethostname ());
163
165
}
164
166
}
Original file line number Diff line number Diff line change 34
34
35
35
- Overall improvement of Postgres support.
36
36
- Fix issue in SQL Server Schema grammar.
37
+ - Fix issue with eager loading and ` first ` or ` find ` .
38
+ - Fix bug causing parameters to not be passed to ` IoC::resolve ` .
39
+ - Allow the specification of hostnames in environment setup.
37
40
38
41
<a name =" upgrade-3.2.2 " ></a >
39
42
## Upgrading From 3.2.1
You can’t perform that action at this time.
0 commit comments