Skip to content

Commit fb6dbd7

Browse files
devamitberaunicoder88
authored andcommitted
Update 1. Utilize modes and application initialization.md
1 parent 9ffeed2 commit fb6dbd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2. Request Flow Processing/1. Utilize modes and application initialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Utilize modes and application initialization
22

33
## Identify the steps for application initialization.
4-
[app/bootstrap.php](https://github.com/magento/magento2/blob/2.2-develop/app/bootstrap.php):
4+
[app/bootstrap.php](https://github.com/magento/magento2/blob/2.3-develop/app/bootstrap.php):
55

66
- composer autoloader, functions, umask, timezone UTC, php precision
77

8-
[\Magento\Framework\App\Bootstrap](https://github.com/magento/magento2/blob/2.2-develop/lib/internal/Magento/Framework/App/Bootstrap.php)::*create*
8+
[\Magento\Framework\App\Bootstrap](https://github.com/magento/magento2/blob/2.3-develop/lib/internal/Magento/Framework/App/Bootstrap.php)::*create*
99

1010
- configure autoloader - PSR-4 prepend generation\Magento
1111

0 commit comments

Comments
 (0)