@@ -53,9 +53,9 @@ |
||
53 | 53 | ['scopes'], |
54 | 54 | function ($attribute) { |
55 | 55 | try { |
56 | - $this->getScopesList(); |
|
56 | + $this->getScopesList(); |
|
57 | 57 | } catch (IntegrityException $e) { |
58 | - $this->addError($atribute, $e->getMessage()); |
|
58 | + $this->addError($atribute, $e->getMessage()); |
|
59 | 59 | } |
60 | 60 | }, |
61 | 61 | 'when' => $validatedClient, |