Skip to content

Commit

Permalink
PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Jul 16, 2024
1 parent 0dd3a9b commit ca7d229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerbuild/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Sil\PhpEnv\Env;
use Sil\PhpEnv\EnvVarNotFoundException;
use SimpleSAML\Utils;
use SimpleSAML\Module\material\MaterialController;

$httpUtils = new Utils\HTTP();

Expand Down Expand Up @@ -977,7 +978,7 @@
* the 'theme.controller' configuration option to a class that implements the
* \SimpleSAML\XHTML\TemplateControllerInterface interface to use it.
*/
'theme.controller' => '\SimpleSAML\Module\material\MaterialController',
'theme.controller' => MaterialController::class,

/*
* Templating options
Expand Down

0 comments on commit ca7d229

Please sign in to comment.