Filippo Bertilotti
2 days ago 0085dcb4e3ab76219819b8a53950df1261c04453
config/app.php
@@ -179,6 +179,7 @@
        // service and repository providers
        App\Providers\RepositoryServiceProvider::class,
        App\Providers\ServiceServiceProvider::class,
        Mews\Purifier\PurifierServiceProvider::class
    ],
@@ -195,6 +196,10 @@
    'aliases' => Facade::defaultAliases()->merge([
        'VolaFakeHTTPResponder' => App\Vola\Services\VolaFakeHTTPResponder\VolaFakeHTTPResponder::class,
        'RequestLogger' => \App\Vola\Services\RequestLogger\RequestLogger::class,
        'FakeSSODatabaseHandler' => \App\Vola\Services\FakeSSODatabase\FakeSSODatabaseHandler::class,
        'Purifier' => Mews\Purifier\Facades\Purifier::class
    ])->toArray(),
];