~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Middleware/State.php

  • Committer: Dan Garner
  • Date: 2016-04-05 12:44:24 UTC
  • mfrom: (487.1.67)
  • Revision ID: git-v1:3ee1212b02c722a146a00e094f0ff69f88fb5c7d
Merge pull request #149 from dasgarner/develop

Post 1.8.0-alpha3 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
598
598
                $container->dateService,
599
599
                $container->configService,
600
600
                $container->store,
 
601
                $container->pool,
 
602
                $container->userFactory,
601
603
                $container->userGroupFactory,
602
604
                $container->layoutFactory,
603
605
                $container->displayFactory,
1217
1219
                $container->store,
1218
1220
                $container->logService,
1219
1221
                $container->sanitizerService,
 
1222
                $container,
1220
1223
                $container->dateService,
1221
1224
                $container->configService
1222
1225
            );