Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Bootstrap::bootstrap() renaming - see pimcore/pimcore#4664
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Jul 10, 2019
1 parent 852ee93 commit 3f0fda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dump/create-dump.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include __DIR__ . "/../vendor/autoload.php";

\Pimcore\Bootstrap::setProjectRoot();
\Pimcore\Bootstrap::boostrap();
\Pimcore\Bootstrap::bootstrap();
\Pimcore\Bootstrap::startupCli();


Expand Down
2 changes: 1 addition & 1 deletion web/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
include __DIR__ . "/../vendor/autoload.php";

\Pimcore\Bootstrap::setProjectRoot();
\Pimcore\Bootstrap::boostrap();
\Pimcore\Bootstrap::bootstrap();

$request = Request::createFromGlobals();

Expand Down

0 comments on commit 3f0fda5

Please # to comment.