@@ -72,7 +72,7 @@ |
||
72 | 72 | */ |
73 | 73 | function sendBack($data) |
74 | 74 | { |
75 | - $this->sendToWebSocketUser($this->conn,$data); |
|
75 | + $this->sendToWebSocketUser($this->conn,$data); |
|
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
@@ -47,7 +47,7 @@ |
||
47 | 47 | * @throws \Illuminate\Validation\ValidationException |
48 | 48 | */ |
49 | 49 | public function validate($request, array $rules, |
50 | - array $messages = [], array $customAttributes = []) |
|
50 | + array $messages = [], array $customAttributes = []) |
|
51 | 51 | { |
52 | 52 | return $this->getValidationFactory()->make( |
53 | 53 | (array) $request, $rules, $messages, $customAttributes |