From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 23 May 2018 22:23:28 +0200 Subject: Refactored code, many fixes and improvements in chat backend+frontend --- main/app/system/ServicesProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/app/system/ServicesProvider.php') diff --git a/main/app/system/ServicesProvider.php b/main/app/system/ServicesProvider.php index 6286bc0..f8fe666 100644 --- a/main/app/system/ServicesProvider.php +++ b/main/app/system/ServicesProvider.php @@ -5,6 +5,7 @@ * @link https://github.com/userfrosting/UserFrosting * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License) */ + namespace UserFrosting\System; use Interop\Container\ContainerInterface; @@ -27,8 +28,7 @@ class ServicesProvider * * @param ContainerInterface $container A DI container implementing ArrayAccess and container-interop. */ - public function register(ContainerInterface $container) - { + public function register(ContainerInterface $container) { /** * Set up the event dispatcher, required by Sprinkles to hook into the UF lifecycle. */ -- cgit v1.2.3