Fix typo in comment
This commit is contained in:
parent
94d46f43a9
commit
8476feb2db
6 changed files with 6 additions and 6 deletions
|
@ -45,7 +45,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
|
|||
|
||||
require PROJECT_PATH_ROOT . 'vendor/autoload.php';
|
||||
|
||||
# Bootstraping Flake
|
||||
# Bootstrapping Flake
|
||||
\Flake\Framework::bootstrap();
|
||||
|
||||
# Bootstrapping Baïkal
|
||||
|
|
|
@ -46,7 +46,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
|
|||
|
||||
require PROJECT_PATH_ROOT . 'vendor/autoload.php';
|
||||
|
||||
# Bootstraping Flake
|
||||
# Bootstrapping Flake
|
||||
\Flake\Framework::bootstrap();
|
||||
|
||||
# Bootstrap BaikalAdmin
|
||||
|
|
|
@ -53,7 +53,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
|
|||
|
||||
require PROJECT_PATH_ROOT . "vendor/autoload.php";
|
||||
|
||||
# Bootstraping Flake
|
||||
# Bootstrapping Flake
|
||||
\Flake\Framework::bootstrap();
|
||||
|
||||
# Bootstrap BaikalAdmin
|
||||
|
|
|
@ -47,7 +47,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
|
|||
|
||||
require PROJECT_PATH_ROOT . 'vendor/autoload.php';
|
||||
|
||||
# Bootstraping Flake
|
||||
# Bootstrapping Flake
|
||||
\Flake\Framework::bootstrap();
|
||||
|
||||
# Bootstrapping Baïkal
|
||||
|
|
|
@ -47,7 +47,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
|
|||
|
||||
require PROJECT_PATH_ROOT . 'vendor/autoload.php';
|
||||
|
||||
# Bootstraping Flake
|
||||
# Bootstrapping Flake
|
||||
\Flake\Framework::bootstrap();
|
||||
|
||||
# Bootstrapping Baïkal
|
||||
|
|
|
@ -46,7 +46,7 @@ if (!file_exists(PROJECT_PATH_ROOT . 'vendor/')) {
|
|||
}
|
||||
require PROJECT_PATH_ROOT . 'vendor/autoload.php';
|
||||
|
||||
# Bootstraping Flake
|
||||
# Bootstrapping Flake
|
||||
\Flake\Framework::bootstrap();
|
||||
|
||||
# Bootstrapping Baïkal
|
||||
|
|
Loading…
Reference in a new issue