Explorar el Código

fixed luticate application namespace

develop
Robin Thoni hace 10 años
padre
commit
0fc6f41ae6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      src/Utils/Controller/LuticateApplication.php

+ 1
- 2
src/Utils/Controller/LuticateApplication.php Ver fichero

6
  * Time: 10:06 PM
6
  * Time: 10:06 PM
7
  */
7
  */
8
 
8
 
9
-namespace App\WebSocket;
9
+namespace Luticate\Utils\Controller;
10
 
10
 
11
-use Luticate\Utils\Controller\LuRoute;
12
 use Ratchet\ConnectionInterface;
11
 use Ratchet\ConnectionInterface;
13
 use Ratchet\MessageComponentInterface;
12
 use Ratchet\MessageComponentInterface;
14
 use Ratchet\Http\HttpServer;
13
 use Ratchet\Http\HttpServer;

Loading…
Cancelar
Guardar