1
1
Fork 0

Move isBackend logic to App\Mode

This commit is contained in:
Philipp Holzer 2019-08-15 15:51:15 +02:00
commit cba9fa2467
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
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],
],
],