Move isBackend logic to App\Mode

This commit is contained in:
Philipp Holzer
2019-08-15 15:51:15 +02:00
parent 425876316f
commit cba9fa2467
4 changed files with 82 additions and 31 deletions

View File

@@ -62,6 +62,7 @@ return [
],
App\Mode::class => [
'call' => [
['determineBackend', [$_SERVER], Dice::CHAIN_CALL],
['determine', [], Dice::CHAIN_CALL],
],
],