@@ -50,7 +50,7 @@ |
||
50 | 50 | } |
51 | 51 | |
52 | 52 | protected function ControllerForm($controller, string $method, array $values){ |
53 | - $this->checkRole(); |
|
53 | + $this->checkRole(); |
|
54 | 54 | $method = ($method !== 'method') ? $method : $this->getData()['POST']['role']; |
55 | 55 | $data = (array_key_exists('data',$values)) ? json_decode($values['data'], true) : null; |
56 | 56 |