@@ -38,7 +38,7 @@ |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | protected function ControllerForm($controller, string $method, array $values){ |
| 41 | - $this->check_role(); |
|
| 41 | + $this->check_role(); |
|
| 42 | 42 | |
| 43 | 43 | $role = ($method !== 'method') ? $method : $this->getData()['POST']['role']; |
| 44 | 44 | $data = (!is_null($values)) ? json_decode($values['data']) : null; |