@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace BeyondCode\DuskDashboard\Ratchet; |
| 4 | 4 | |
| 5 | 5 | use Ratchet\ConnectionInterface; |
| 6 | -use Symfony\Component\Process\Process; |
|
| 7 | 6 | use Ratchet\RFC6455\Messaging\MessageInterface; |
| 8 | 7 | use Ratchet\WebSocket\MessageComponentInterface; |
| 8 | +use Symfony\Component\Process\Process; |
|
| 9 | 9 | |
| 10 | 10 | class Socket implements MessageComponentInterface |
| 11 | 11 | { |