@@ -2,11 +2,9 @@ |
||
2 | 2 | namespace ChatApp; |
3 | 3 | use Ratchet\MessageComponentInterface; |
4 | 4 | use Ratchet\ConnectionInterface; |
5 | -use ChatApp\Models\Message; |
|
6 | 5 | use ChatApp\Reply; |
7 | 6 | use ChatApp\Conversation; |
8 | 7 | use ChatApp\Receiver; |
9 | -use ChatApp\SideBar; |
|
10 | 8 | use ChatApp\Search; |
11 | 9 | use ChatApp\Compose; |
12 | 10 | use ChatApp\Online; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use ChatApp\Reply; |
10 | 10 | use ChatApp\Session; |
11 | 11 | use ChatApp\SideBar; |
12 | - |
|
13 | 12 | use Dotenv\Dotenv; |
14 | 13 | $dotenv = new Dotenv(dirname(__DIR__)); |
15 | 14 | $dotenv->load(); |