Explorar el Código

fixed luticate application namespace

develop
Robin Thoni hace 8 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,9 +6,8 @@
6 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 11
 use Ratchet\ConnectionInterface;
13 12
 use Ratchet\MessageComponentInterface;
14 13
 use Ratchet\Http\HttpServer;

Loading…
Cancelar
Guardar