mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix badly named class
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
use Alchemy\Phrasea\Application;
|
use Alchemy\Phrasea\Application;
|
||||||
|
|
||||||
return (new Application\WebBaseApplicationLoader())->buildApplication(
|
return (new Application\WebApplicationLoader())->buildApplication(
|
||||||
isset($environment) ? $environment : Application::ENV_PROD,
|
isset($environment) ? $environment : Application::ENV_PROD,
|
||||||
isset($forceDebug) ? $forceDebug : false
|
isset($forceDebug) ? $forceDebug : false
|
||||||
);
|
);
|
||||||
|
@@ -17,7 +17,7 @@ use Alchemy\Phrasea\Core\Event\Subscriber\JsonRequestSubscriber;
|
|||||||
use Alchemy\Phrasea\Core\Event\Subscriber\PhraseaExceptionHandlerSubscriber;
|
use Alchemy\Phrasea\Core\Event\Subscriber\PhraseaExceptionHandlerSubscriber;
|
||||||
use Alchemy\Phrasea\Core\Middleware\SetupMiddlewareProvider;
|
use Alchemy\Phrasea\Core\Middleware\SetupMiddlewareProvider;
|
||||||
|
|
||||||
class WebBaseApplicationLoader extends BaseApplicationLoader
|
class WebApplicationLoader extends BaseApplicationLoader
|
||||||
{
|
{
|
||||||
protected function doPrePluginServiceRegistration(Application $app)
|
protected function doPrePluginServiceRegistration(Application $app)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user