Move isBackend logic to App\Mode
This commit is contained in:
parent
425876316f
commit
cba9fa2467
4 changed files with 82 additions and 31 deletions
|
@ -62,6 +62,7 @@ return [
|
|||
],
|
||||
App\Mode::class => [
|
||||
'call' => [
|
||||
['determineBackend', [$_SERVER], Dice::CHAIN_CALL],
|
||||
['determine', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue